diff --git a/CHANGELOG.md b/CHANGELOG.md index d06931ea0..85f83038d 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.0.0] - 2022-04-09 ### Added - You can now toggle an Artifact to effects-only, which will hide it on the player model @@ -241,7 +241,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/v6.0.0...HEAD +[Unreleased]: https://github.com/florensie/artifacts-fabric/compare/v7.0.0...HEAD +[7.0.0]: https://github.com/florensie/artifacts-fabric/compare/v6.0.0...v7.0.0 [6.0.0]: https://github.com/florensie/artifacts-fabric/compare/v5.0.1...v6.0.0 [5.0.2]: https://github.com/florensie/artifacts-fabric/compare/v5.0.1...v5.0.2 [5.0.1]: https://github.com/florensie/artifacts-fabric/compare/v5.0.0...v5.0.1 diff --git a/build.gradle b/build.gradle index ef0962639..02e98daf9 100644 --- a/build.gradle +++ b/build.gradle @@ -136,8 +136,7 @@ curseforge { changelogType = "markdown" changelog = System.getenv("CHANGELOG") ?: "https://github.com/florensie/artifacts-fabric/blob/master/CHANGELOG.md" - addGameVersion "1.18" - addGameVersion "1.18.1" + addGameVersion "1.18.2" addGameVersion "Fabric" relations { requiredDependency "fabric-api" @@ -149,7 +148,7 @@ curseforge { } mainArtifact(remapJar.archiveFile) { - displayName = "${project.mod_version} for Minecraft 1.18-18.2" + displayName = "${project.mod_version} for Minecraft 18.2" } afterEvaluate { diff --git a/gradle.properties b/gradle.properties index 3fa80cb69..ccf80a1ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ minecraft_version=1.18.2-rc1 loader_version=0.13.3 # Mod Properties -mod_version=6.0.0 +mod_version=7.0.0 maven_group=artifacts archives_base_name=artifacts