diff --git a/HISTORY.md b/HISTORY.md
index d01e4ae..6726cee 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,15 @@
Pure Change History
===================
+0.6.1 (2016-10-12)
+------------------
+
+* Migrate to PostCSS for browser prefixes [#617]
+* Remove duplicate Firefox inner focus border [#457]
+* Fix grid inside table in IE 10/11 [#504]
+* Fix CSSLint issues [#609]
+* Upgraded grunt dependencies to 1.x [#609]
+
0.6.0 (2015-02-07)
------------------
diff --git a/README.md b/README.md
index 563b321..c324830 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:**
```html
-
+
```
Note: You can [customize which Pure modules you need][customize].
@@ -75,7 +75,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
CDN:
```html
-
+
```
You can also install Pure using [Bower][], using the following command:
@@ -133,7 +133,7 @@ conventions of the files in the `build/` directory follow these rules:
* `pure-nr-min.css`: Minified version of `pure-nr.css` that should be used in
production.
-* `grids-responsive.css`: Unminified version of Pure's grid stylesheet which
+* `grids-responsive.css`: Unminified version of Pure's grid stylesheet which
includes @media queries.
* `grids-responsive-min.css`: Minified version of `grids-responsive.css` that
diff --git a/bower.json b/bower.json
index 752a9b3..bbffeb2 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "pure",
"description": "Use Pure's ridiculously tiny CSS to start any web project.",
- "version": "0.6.1-pre",
+ "version": "0.6.1",
"main": "build/pure.css",
"devDependencies": {
"normalize-css": "^3.0"
diff --git a/package.json b/package.json
index 699452c..2ce23db 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "purecss",
- "version": "0.6.1-pre",
+ "version": "0.6.1",
"repository": {
"type": "git",
"url": "git://github.com/yahoo/pure.git"