diff --git a/CHANGELOG.md b/CHANGELOG.md
index 063ca5e5d3..262b8200b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+### 1.0.0-beta.5b "cadmium-camel" (2014-05-14)
+
+
+#### Bug Fixes
+
+* **sideMenu:**
+ * do not let the user scroll the whole body by dragging the menu horizontally ([6e149eef](https://github.com/driftyco/ionic/commit/6e149eef9bf5fbee454448f6cfa6f0ea9cce60d3))
+ * fix disabled menu links ([fa8aa6a8](https://github.com/driftyco/ionic/commit/fa8aa6a835eaa4608984e5a37b4c2a5b8fa19498), closes [#1388](https://github.com/driftyco/ionic/issues/1388))
+
+
+#### Features
+
+* **checkbox:** right align w/ .item-checkbox-right ([610e2328](https://github.com/driftyco/ionic/commit/610e2328403388453854984ae4534f0686358d48), closes [#1290](https://github.com/driftyco/ionic/issues/1290))
+
+
### 1.0.0-beta.5 "barium-bobcat" (2014-05-14)
diff --git a/package.json b/package.json
index 98ff91c210..0dfe57e597 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ionic",
"private": false,
- "version": "1.0.0-beta.5",
+ "version": "1.0.0-beta.5b",
"codename": "barium-bobcat",
"repository": {
"url": "git://github.com/driftyco/ionic.git"