diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9317855..3010708 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+
+## [1.0.12](https://github.com/fabric-design/scss/compare/1.0.11...1.0.12) (2018-06-18)
+
+
+### Bug Fixes
+
+* **forms:** Added min height to fake select boxes ([0fad13a](https://github.com/fabric-design/scss/commit/0fad13a))
+* **forms:** Improved style of form elements ([90b5388](https://github.com/fabric-design/scss/commit/90b5388))
+* **heading:** Improved variable naming ([09a2535](https://github.com/fabric-design/scss/commit/09a2535))
+* **linter:** Fixed linter errors ([528654c](https://github.com/fabric-design/scss/commit/528654c))
+
+
+### Features
+
+* **badge:** Implemented new badge style ([21faf78](https://github.com/fabric-design/scss/commit/21faf78))
+* **form:** Implemented new input style ([2bdee8a](https://github.com/fabric-design/scss/commit/2bdee8a))
+* **icons:** Added new sort arrow ([8eb14c1](https://github.com/fabric-design/scss/commit/8eb14c1))
+
+
+
## [1.0.11](https://github.com/fabric-design/scss/compare/1.0.10...1.0.11) (2018-05-18)
diff --git a/package.json b/package.json
index b1c7ca7..5ac4fa4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fabric-scss",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "",
"homepage": "https://fabric-design.github.io/styleguide/#/general/1-intro",
"main": "README.md",