From e7e17105d94ef1955ed60caf4bc936de21e860b6 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 3 Dec 2016 18:20:15 -0500
Subject: [PATCH] Updated some of the descriptive files.

---
 CHANGELOG.md    | 10 ++++++++++
 CONTRIBUTORS.md |  4 +++-
 README.md       |  4 ++--
 3 files changed, 15 insertions(+), 3 deletions(-)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..c11c3276
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Aparapi Change Log
+
+## 1.1.1
+
+* Fixed a bug where forward references existed when they shouldnt.
+* Fixed some bugs where improper directory structure were referenced produced exceptions.
+
+## 1.1.0
+
+* Changed group id and package to com.aparapi
\ No newline at end of file
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 27060f1d..c73baf79 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -1,6 +1,7 @@
 # Contributors
 
 * Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
+* George Vinokhodov
 * Witold Bolt 
 * Kenneth Skovhede
 * Ryan LaMothe
@@ -25,4 +26,5 @@ Below are some of the specific details of various contributions.
 * Steven Libby provided patch for #6 (Allow finer control over fallback mode selection) Aug 21th 2012
 * Steven Libby and Ryan Lamothe for #10 (Support for OpenMP, major refactoring cleanup and support for multidim arrays) March 28th 2013
 * Paul Miner issue #61 and #115 (JTP Speed up and fixes to explicit puts) June 13th 2013
-& lgalluci for his fix for issue #121 (incorrect toString for 3D ranges) July 6th 2013
\ No newline at end of file
+* lgalluci for his fix for issue #121 (incorrect toString for 3D ranges) July 6th 2013
+* George Vinokhodov submited a fix for a bug regarding forward references.
\ No newline at end of file
diff --git a/README.md b/README.md
index b529ffcc..b884a4e8 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Aparapi was originally a project conceived and developed by AMD corporation. It
 
 For detailed documentation see [Aparapi.com](http://Aparapi.com) or check out the [latest Javadocs](http://www.javadoc.io/doc/com.syncleus.ferma/ferma).
 
-For support please use [Gitter](https://gitter.im/Syncleus/aparapi) or the [official Aparapi mailing list](https://groups.google.com/a/syncleus.com/d/forum/aparapi-list).
+For support please use [Gitter](https://gitter.im/Syncleus/aparapi) or the [official Aparapi mailing list](https://groups.google.com/d/forum/aparapi).
 
 Please file bugs and feature requests on [Github](https://github.com/Syncleus/aparapi/issues).
 
@@ -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.1</version>
 </dependency>
 ```
 
-- 
GitLab