From 4d46f6212ee6d6a4f4df0fd6e31cda3cbd75aa86 Mon Sep 17 00:00:00 2001 From: Florens Pauwels Date: Tue, 16 Mar 2021 22:47:28 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 9 +++++---- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f317c1bab..8522167d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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] +## [3.0.0] - 2021-03-16 ### Added - Vampiric Glove artifact - Golden Hook artifact @@ -35,13 +35,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The wrong texture for claws with slim hands was used - Scarf of invisibility was no longer transparent -## [2.3.0] - 2020-01-25 +## [2.3.0] - 2021-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 - Modify Origin's `exposed_to_sun` condition the umbrella is held up -## [2.2.1] - 2020-01-23 +## [2.2.1] - 2021-01-23 ### Fixed - Dedicated server fails to start due to mixin not finding client-side only class @@ -136,7 +136,8 @@ 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.3.0...HEAD +[Unreleased]: https://github.com/florensie/artifacts-fabric/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/florensie/artifacts-fabric/compare/v2.3.0...v3.0.0 [2.3.0]: 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 814b12d08..ba390e0bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ yarn_mappings=1.16.5+build.5 loader_version=0.11.2 # Mod Properties -mod_version=2.3.0+fabric +mod_version=3.0.0+fabric maven_group=artifacts archives_base_name=artifacts