diff --git a/CHANGELOG.md b/CHANGELOG.md
index 595a5a87e65af0bb9c669f63d4e27d5dbfff6699..e1cceb4a08f204dc0658060b125fa1c579929791 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,11 @@
 
 ## 1.9.0
 
-* (JNI) Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
+* Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
 * Significant speed-up on discrete GPUs with dedicated memory - OpenCLDevice.setSharedMemory(false)
-* (JNI) Aparapi now supports efficient execution on discrete GPU and other devices with dedicated memory
+* Now supports efficient execution on discrete GPU and other devices with dedicated memory
 * Support for OpenCLDevice configurator/configure API
 
-* (JNI) Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
-
 ## 1.8.0
 
 * Updated KernelManager to facilitate class extensions having constructors with non static parameters
diff --git a/pom.xml b/pom.xml
index 0ab3609657868ca56e013fa7f01facd86a0caba0..c118b68b68bec855c787fd45d6508dc956f47639 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>com.aparapi</groupId>
             <artifactId>aparapi-jni</artifactId>
-            <version>1.3.1</version>
+            <version>1.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>