diff --git a/CHANGELOG.md b/CHANGELOG.md
index abbeec2e..5e806e84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,29 @@
+
+## v0.2.0 (2014-12-31)
+
+
+#### Bug Fixes
+
+* **dep:** correct jquery 2.1.0 component path ([fd03855a](http://github.com/angular-ui/ui-utils/commit/fd03855ac336d00ce19685f4df90b862e2f5c9b4))
+* **gh-pages:** wrong download link ([d575856e](http://github.com/angular-ui/ui-utils/commit/d575856e9ce575d40015d532d8a3684521f5d26d), closes [#186](http://github.com/angular-ui/ui-utils/issues/186))
+* **scrollfix:** get scrollTop from scrollfix-target ([0724d1d4](http://github.com/angular-ui/ui-utils/commit/0724d1d41593d3d89ecd015026576570360f2f20))
+* **travis:** fix jslint errors in mask.js ([41534729](http://github.com/angular-ui/ui-utils/commit/415347293d7200d8fc4a14b99e9744249e6c80da))
+
+
+#### Features
+
+* **scroll:** Rename ui-scroll* files to scroll* ([9dbb1b18](http://github.com/angular-ui/ui-utils/commit/9dbb1b185ac51bdce834405f7b43e514ad29d978))
+
+
+#### Breaking Changes
+
+* if you rely on ui-mask to invalidate an empty viewValue
+this will no longer work. Please use the required attribute or ng-required
+directive to specify whether the input is required.
+
+fixes #198
+ ([781e59e5](http://github.com/angular-ui/ui-utils/commit/781e59e5a1fa72db91eca6a257408ffe72da0c57))
+
## v0.1.0 (2013-12-29)
diff --git a/bower.json b/bower.json
index afaad2c0..85a3110e 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-ui-utils",
- "version": "0.1.1",
+ "version": "0.2.0",
"main": "./ui-utils.js",
"dependencies": {
"angular": ">= 1.0.2"
diff --git a/ui-utils-ieshiv.js b/ui-utils-ieshiv.js
index db1e1703..e1301611 100644
--- a/ui-utils-ieshiv.js
+++ b/ui-utils-ieshiv.js
@@ -1,6 +1,6 @@
/**
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
- * @version v0.1.1 - 2014-12-29
+ * @version v0.2.0 - 2014-12-31
* @link http://angular-ui.github.com
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
diff --git a/ui-utils-ieshiv.min.js b/ui-utils-ieshiv.min.js
index 0e7135df..98513dca 100644
--- a/ui-utils-ieshiv.min.js
+++ b/ui-utils-ieshiv.min.js
@@ -1,6 +1,6 @@
/**
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
- * @version v0.1.1 - 2014-12-29
+ * @version v0.2.0 - 2014-12-31
* @link http://angular-ui.github.com
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
diff --git a/ui-utils.js b/ui-utils.js
index a3724af0..f384dfc8 100644
--- a/ui-utils.js
+++ b/ui-utils.js
@@ -1,6 +1,6 @@
/**
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
- * @version v0.1.1 - 2014-12-29
+ * @version v0.2.0 - 2014-12-31
* @link http://angular-ui.github.com
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
diff --git a/ui-utils.min.js b/ui-utils.min.js
index 6380a985..6a19c419 100644
--- a/ui-utils.min.js
+++ b/ui-utils.min.js
@@ -1,6 +1,6 @@
/**
* angular-ui-utils - Swiss-Army-Knife of AngularJS tools (with no external dependencies!)
- * @version v0.1.1 - 2014-12-29
+ * @version v0.2.0 - 2014-12-31
* @link http://angular-ui.github.com
* @license MIT License, http://www.opensource.org/licenses/MIT
*/