diff --git a/changelog.md b/changelog.md index 3c343639..72a60415 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,8 @@ ------------------------------------------------------ -Version 2.5.5 +Version 2.6.0 ------------------------------------------------------ -- Fixed crash between Immersive Portals and the chunk and block modules +- Added the Ticking Components experimental feature +- Made cardinal-components-block possibly more compatible with future versions of Immersive Portals - Documented more methods with annotations ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index c8c7efbf..4cbfa860 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.9.1+build.205 fabric_api_version=0.18.0+build.397-1.16 #Publishing -mod_version = 2.5.5 +mod_version = 2.6.0 curseforge_id = 318449 curseforge_versions = 1.16.2 changelog_url = https://github.com/OnyxStudios/Cardinal-Components-API/blob/master/changelog.md