diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83ad89d..ca5a740 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,2 +1,28 @@
+
+## 2.2.0 (2014-04-24)
+
+
+#### Bug Fixes
+
+* **test:** update to Jasmine 2.0 ([14e5c82c](https://github.com/CaryLandholt/AngularFun.git/commit/14e5c82c9460d992a5f3ba5b360efb17a55ac5e1))
+
+
+#### Features
+
+* **changelog:** add changelog ([39c2bc31](https://github.com/CaryLandholt/AngularFun.git/commit/39c2bc3134c2a2bb06e9f95d6836fe2c6d0eeb14))
+
+
+#### Breaking Changes
+
+* addMatchers syntax has changed
+
+Before:
+this.addMatchers({});
+
+After:
+jasmine.Expectation.addMatchers({});
+ ([14e5c82c](https://github.com/CaryLandholt/AngularFun.git/commit/14e5c82c9460d992a5f3ba5b360efb17a55ac5e1))
+
+
## 2.1.9 (2014-04-06)
\ No newline at end of file
diff --git a/package.json b/package.json
index 25d9dc5..6cc4c16 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "AngularFun",
- "version": "2.1.9",
+ "version": "2.2.0",
"description": "AngularJS Reference Architecture",
"author": {
"name": "Cary Landholt",