From 5532ba7c7e870b16bb63d6d9fda48d1cbd537661 Mon Sep 17 00:00:00 2001
From: Mark Hughes <m@rkhugh.es>
Date: Mon, 28 Aug 2017 20:52:17 +1000
Subject: [PATCH] This is v1.4.4

---
 CHANGELOG.md | 12 ++++++++++++
 build.gradle |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec5b99cd..f459c896 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# 1.4.4
+* 🐞 Bugfix: Damage modifiers weren't working properly, causing a rare NPE, and modifying power incorrectly
+* ⭐️ Feature: You can now disable truces
+* ⭐️ Feature: You can now disable coleaders
+* ⭐️ Feature: Radius claims no longer spam you! ;-)
+* ⌨️ API: Commands can override a `isAvailable` method to make the command unavailable
+* ⌨️ API: Land change transactions can now be fully modified
+* ⌨️ API: New `NewSpiralTask` class allows calculating chunks in a radius without blocking the main thread
+* ⌨️ API: New `LocalityLazy` class allows create a chunk Locality without referencing bukkit 
+* 🇨🇳 Languages: Chinese Language updated!
+* 📚 Docs: JavaDoc added
+
 # 1.4.3
 * 🐞 Bugfix-ish: Database structure has change, backup before updating!
 * 🐞 Bugfix: Fixed a bug with script support generating blank comparison strings
diff --git a/build.gradle b/build.gradle
index 474920a0..d28f3d72 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ sourceCompatibility = 1.8
 targetCompatibility = 1.8
 
 allprojects {
-	version = "1.4.4-SNAPSHOT"
+	version = "1.4.4"
 	group = "net.redstoneore"
 }