diff --git a/CHANGELOG.md b/CHANGELOG.md
index 162b41f..937c2dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@ because this is a development tool, not a production product.
We do try to tell you about such changes in this `CHANGELOG.md`
and we fix bugs as fast as we can.
+
+## 0.2.3 (2016-12-28)
+* Unpin RxJs
+
## 0.2.2 (2016-12-20)
* Update to Angular 2.4.0
diff --git a/package.json b/package.json
index f218e99..9d4a70b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-in-memory-web-api",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "An in-memory web api for Angular demos and tests",
"main": "bundles/in-memory-web-api.umd.js",
"module": "index.js",