diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..1ddd3121824701756dd94d1662aca185818eb89d
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,5 @@
+# Aparapi Examples Changelog
+
+## 1.1.0
+
+* Changed group id and package to com.aparapi
\ No newline at end of file
diff --git a/README.md b/README.md
index 314a0480856c7bd51f166d9ea7111d329ae39625..484f73c94efa522ebc7413b318ae6ca09151be76 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ To include Aparapi in your project of choice include the following Maven depende
 <dependency>
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
 </dependency>
 ```