diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca5a740..3038987 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+## 2.3.0 (2014-05-17)
+
+
+#### Bug Fixes
+
+* **bower:** use .components directory to avoid collisions ([734181f3](https://github.com/CaryLandholt/AngularFun.git/commit/734181f342521a3593b32637173e9b44e37e0b0a))
+
+
+#### Features
+
+* **ngClassify:** add grunt-ng-classify ([fbb87f6e](https://github.com/CaryLandholt/AngularFun.git/commit/fbb87f6e93b335455f4d75f740184fbc143f011e))
+
+
## 2.2.0 (2014-04-24)
diff --git a/bower.json b/bower.json
index 6ade132..f04577d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "app",
- "version": "2.2.0",
+ "version": "2.3.0",
"dependencies": {
"angular": "1.2.16",
"angular-animate": "1.2.16",
diff --git a/package.json b/package.json
index eee4829..e2700b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "AngularFun",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "AngularJS Reference Architecture",
"author": {
"name": "Cary Landholt",