From 68078eeba381ecf6e4a72dd7eab7a0be175fdc3c Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Mon, 8 Feb 2021 23:17:33 +0100 Subject: [PATCH] Update changelog and version --- changelog.md | 10 ++++++++++ gradle.properties | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 18014b9b..cc7af2ee 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +------------------------------------------------------ +Version 2.7.11 +------------------------------------------------------ +Additions +- Added the missing helper method `ItemComponent#putUuid` + +Fixes +- Fixed dynamic entity component registration +- Fixed a crash with the scoreboard plugin when a save file has scoreboard teams + ------------------------------------------------------ Version 2.7.10 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 193a85bc..97a01a24 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,9 +10,9 @@ loader_version=0.10.6+build.214 fabric_api_version=0.25.1+build.416-1.16 #Publishing -mod_version = 2.7.10 +mod_version = 2.7.11 curseforge_id = 318449 -curseforge_versions = 1.16.2; 1.16.3; 1.16.4 +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 release_type = release #api_package = nerdhub.cardinal.components.api