diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3038987..72b3f67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+### 2.3.1 (2014-07-15)
+
+
+#### Bug Fixes
+
+* **versions:** restrict non semver packages to specific version ([f4d18ef2](https://github.com/CaryLandholt/AngularFun.git/commit/f4d18ef2d48a822fb05456f9a1adce0580bed29a), closes [#71](https://github.com/CaryLandholt/AngularFun.git/issues/71))
+
+
## 2.3.0 (2014-05-17)
diff --git a/package.json b/package.json
index 3579c4e..577994a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "AngularFun",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "AngularJS Reference Architecture",
"author": {
"name": "Cary Landholt",