diff --git a/CHANGELOG.md b/CHANGELOG.md index 00dd9f8c9..33f73ad1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.3.0] - 2020-01-25 ### Added - Add Umbrella to Origin's shields tag - When the umbrella is held up (non-blocking), the player no longer gains effects from being rained on like extinguishing fire or Conduit Power @@ -105,6 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/florensie/artifacts-fabric/compare/v2.2.1...HEAD +[Unreleased]: https://github.com/florensie/artifacts-fabric/compare/v2.3.0...HEAD +[2.2.1]: https://github.com/florensie/artifacts-fabric/compare/v2.2.1...v2.3.0 [2.2.1]: https://github.com/florensie/artifacts-fabric/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/florensie/artifacts-fabric/releases/tag/v2.2.0 diff --git a/gradle.properties b/gradle.properties index b0b795309..6154a9803 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ yarn_mappings=1.16.5+build.3 loader_version=0.11.1 # Mod Properties -mod_version=2.2.1+fabric +mod_version=2.3.0+fabric maven_group=artifacts archives_base_name=artifacts