diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4f7ef3d..da5650399 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] +## [2.2.0] - 2021-01-23 ### Added - Config option to disable extra hurt sounds for Kitty Slippers and Bunny Hoppers - Dev: automated builds and releases diff --git a/README.md b/README.md index c294a4a2b..d79b8f21e 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Artifacts is a minecraft mod that adds various powerful items which can be found through exploration. More information can be found here: https://www.curseforge.com/minecraft/mc-mods/artifacts-fabric -Tracked upstream commit: https://github.com/ochotonida/artifacts/commit/341c9528 +Tracked upstream commit: https://github.com/ochotonida/artifacts/commit/a439055f diff --git a/gradle.properties b/gradle.properties index 73dda2c47..7897a8986 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.1.0+fabric +mod_version=2.2.0+fabric maven_group=artifacts archives_base_name=artifacts