From 8c7831d36a7cb4cee2927e9fd6b412bf0eb58373 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 24 Apr 2018 20:22:11 -0400
Subject: [PATCH] build(versioning): bumping snapshot post release.

---
 CHANGELOG.md | 3 +++
 pom.xml      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a70d874..37e7d6a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
 # Aparapi Changelog
 
+## 1.8.1
+
 ## 1.8.0
+
 * Updated KernelManager to facilitate class extensions having constructors with non static parameters
 * Enable kernel profiling and execution simultaneously on multiple devices (multiple threads calling same kernel class on multiple devices)
 * Fixed JVM crash when multi-dimensional arrays were used in Local memory (2D and 3D local arrays are now supported)
diff --git a/pom.xml b/pom.xml
index bbefb5cd..33c1e1c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <prerequisites>
-- 
GitLab