diff --git a/changelog.md b/changelog.md index cc7af2ee..62470992 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +------------------------------------------------------ +Version 2.7.12 +------------------------------------------------------ +Fixes +- Fixed a potential issue with `ItemComponent`'s tag invalidation + ------------------------------------------------------ Version 2.7.11 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 97a01a24..75304cc2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.10.6+build.214 fabric_api_version=0.25.1+build.416-1.16 #Publishing -mod_version = 2.7.11 +mod_version = 2.7.12 curseforge_id = 318449 curseforge_versions = 1.16.2; 1.16.3; 1.16.4; 1.16.5 changelog_url = https://github.com/OnyxStudios/Cardinal-Components-API/blob/master/changelog.md