diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0d140d..0b6863d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.4.6 +* 🐞 Bugfix: Dynmap async touched the bukkit API, it no longer does that +* 🐞 Bugfix: Set last stood at too early, causing land change messages not to show +* 🐞 Bugfix: Clashed with LuckPerms with Caffeine +* ⌨️ API: Locality now includes a getRadius method + # 1.4.5 * 🐞 Bugfix: NPCs did not play nicely with damage modifiers * 🐞 Bugfix: Dynmap was a bit broken, fixed now though diff --git a/build.gradle b/build.gradle index d2ece9a6..0a1de2a4 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 allprojects { - version = "1.4.6-SNAPSHOT" + version = "1.4.6" group = "net.redstoneore" }