diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3476541..8e5a038 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.25 - 2018-10-11
+
+- Fixed an NPE when column names and merge tags are not exactly (case-sensitive) matched
+
 ## 0.3.23 - 2018-09-12
 - Introduce an option to fail the job when there is an error returning from Mailchimp. Previous versions marked the job as success with
 detail error in log
diff --git a/build.gradle b/build.gradle
index 63f4ffe..10b67b5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ configurations {
     provided
 }
 
-version = "0.3.24"
+version = "0.3.25"
 
 sourceCompatibility = 1.7
 targetCompatibility = 1.7