diff --git a/changelog.md b/changelog.md index 122a5b8..ac9f034 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +------------------------------------------------------ +Version 2.10.1 +------------------------------------------------------ +- Fixed chat messages from impersonators appearing as unverified +- Fixed impersonators disappearing from the player list entirely + ------------------------------------------------------ Version 2.10.0 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index f9bbdc6..e6a2c6d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ jb_annotations_version = 23.0.0 apiguardian_version = 1.1.2 # Mod Properties -mod_version = 2.10.0 +mod_version = 2.10.1 maven_group = org.ladysnake archives_base_name = impersonate