diff --git a/CHANGELOG.md b/CHANGELOG.md
index c457520..2787bba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,43 +1,49 @@
-=== HEAD
+### HEAD
 
-=== 2.0.2 (October 28, 2014)
+### 3.0.0 (November 01, 2015)
+
+* Switch to flexbox for layout
+* Add `Grid--fit` and `Grid--equalHeight` modifiers
+* Use PostCSS instead of suitcss-preprocessor
+
+### 2.0.2 (October 28, 2014)
 
 * Add support for JS bundling.
 
-=== 2.0.1 (July 8, 2014)
+### 2.0.1 (July 8, 2014)
 
 * Support different unit types for grid gutter width.
 
-=== 2.0.0 (June 26, 2014)
+### 2.0.0 (June 26, 2014)
 
 * Change variable names.
 
-=== 1.4.1 (June 24, 2014)
+### 1.4.1 (June 24, 2014)
 
 * Add `.css` extension to imports for interoperability.
 
-=== 1.4.0 (June 22, 2014)
+### 1.4.0 (June 22, 2014)
 
 * npm-based workflow.
 * Add new preprocessor build tools.
 
-=== 1.3.0 (May 15, 2014)
+### 1.3.0 (May 15, 2014)
 
 * Use latest variable syntax.
 
-=== 1.2.0 (April 5, 2014)
+### 1.2.0 (April 5, 2014)
 
 * Add configurable variables.
 * Add `Grid-withGutter` modifier.
 * Add npm support.
 
-=== 1.1.0 (November 20, 2013)
+### 1.1.0 (November 20, 2013)
 
 * Add `Grid--alignMiddle` and `Grid--alignBottom` modifiers.
 * Fix Component(1) install and use it in development.
 * Rewrite the visual tests using 'suit-test'.
 
-=== 1.0.0 (October 18, 2013)
+### 1.0.0 (October 18, 2013)
 
 * Improve documentation.
 * Improve whitespace collapse reliability by using `font-size:0` (no IE 8 support).
@@ -45,7 +51,7 @@
 * Rename `Grid--center` to `Grid-alignCenter`.
 * Add `utils-offset` to development dependencies.
 
-=== 0.3.2 (September 1, 2013)
+### 0.3.2 (September 1, 2013)
 
 * Add `-webkit-box-sizing` for Android 2/3.
 * Add CSS linting and configuration.
@@ -53,26 +59,26 @@
 * Update `utils-dimension` to v0.4.x.
 * Update Bower install directory path.
 
-=== 0.3.1 (May 26, 2013)
+### 0.3.1 (May 26, 2013)
 
 * Rename `component.json` to `bower.json`.
 
-=== 0.3.0 (March 19, 2013)
+### 0.3.0 (March 19, 2013)
 
 * Remove use of `Grid` as a child of `Grid`.
 * Remove default gutter.
 
-=== 0.2.0 (March 7, 2013)
+### 0.2.0 (March 7, 2013)
 
 * Add a test file.
 * Fix whitespace collasping in Chrome 25.
 * Change class naming convention.
 * Remove `unit` classes; now part of a 'dimension' utility.
 
-=== 0.1.1 (February 25, 2013)
+### 0.1.1 (February 25, 2013)
 
 * Fix typo in unit class name.
 
-=== 0.1.0 (January 22, 2013)
+### 0.1.0 (January 22, 2013)
 
 * Initial public release.
diff --git a/README.md b/README.md
index 126164e..798dd32 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Read more about [SUIT CSS](https://github.com/suitcss/suit/).
 ## Installation
 
 * [npm](https://www.npmjs.org/package/suitcss-components-grid): `npm install suitcss-components-grid`
-* Download: [zip](https://github.com/suitcss/grid/zipball/master)
+* Download: [zip](https://github.com/suitcss/components-grid/releases/latest)
 
 ## Features
 
diff --git a/package.json b/package.json
index 901332c..2d9d9c7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "suitcss-components-grid",
-  "version": "2.0.2",
+  "version": "3.0.0",
   "style": "index.css",
   "files": [
     "index.css",