From 1b04c8e2e3a34ff2303a2dc88bab62cef9c952c7 Mon Sep 17 00:00:00 2001 From: Florens Pauwels Date: Wed, 22 Jun 2022 19:17:24 +0200 Subject: [PATCH] Release --- CHANGELOG.md | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1c8cf4e..04b099103 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] +## [7.1.1] - 2022-06-22 ### Fixed - Fix deprecation warning when playing with Roughly Enough Items @@ -261,7 +261,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/v7.1.0...HEAD +[Unreleased]: https://github.com/florensie/artifacts-fabric/compare/v7.1.1...HEAD +[7.1.1]: https://github.com/florensie/artifacts-fabric/compare/v7.1.0...v7.1.1 [7.1.0]: https://github.com/florensie/artifacts-fabric/compare/v7.0.3...v7.1.0 [7.0.3]: https://github.com/florensie/artifacts-fabric/compare/v7.0.2...v7.0.3 [7.0.2]: https://github.com/florensie/artifacts-fabric/compare/v7.0.1...v7.0.2 diff --git a/gradle.properties b/gradle.properties index d1053c4c8..8fd14998d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ minecraft_version=1.19 loader_version=0.14.7 # Mod Properties -mod_version=7.1.0 +mod_version=7.1.1 maven_group=artifacts archives_base_name=artifacts