diff --git a/CHANGELOG.md b/CHANGELOG.md index d40c8ec42..66ab73106 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v1.11.1] - 2022-10-30 + ### Fixed - Fixed not using Forge silicon tag for recipes. diff --git a/build.gradle b/build.gradle index d1b060627..9909073a0 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ apply plugin: 'maven-publish' group = 'com.refinedmods' archivesBaseName = 'refinedstorage' -version = '1.11.1' +version = '1.11.2' if (System.getenv('GITHUB_SHA') != null) { version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)