diff --git a/CHANGELOG.md b/CHANGELOG.md
index d94bbb2..7e18d3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+### 0.2.3 (2015-01-29)
+
+
+#### Bug Fixes
+
+* another change to evalAsync
+
### 0.2.2 (2015-01-27)
diff --git a/bower.json b/bower.json
index a6bcee9..c088210 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-ui-ace",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "This directive allows you to add ACE editor elements.",
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
"license": "MIT",
diff --git a/package.json b/package.json
index 23f267d..e5562f7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-ui-ace",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "This directive allows you to add ACE editor elements.",
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
"license": "MIT",