diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc140d4..c4d777f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [3.0.0](https://github.com/sappira-inc/molekule/compare/v2.2.5...v3.0.0) (2019-01-17)
+
+
+### Bug Fixes
+
+* **Input:** Use parentNode.removeChild to teardown textarea shadow node in support of older browsers ([#15](https://github.com/sappira-inc/molekule/issues/15)) ([6169126](https://github.com/sappira-inc/molekule/commit/6169126))
+
+
+### Features
+
+* Add Badge component and update Badge/Alert variants ([#13](https://github.com/sappira-inc/molekule/issues/13)) ([cc3fcc0](https://github.com/sappira-inc/molekule/commit/cc3fcc0))
+
+
+### BREAKING CHANGES
+
+* the variants hash will require an update to scope variants by their associated components
+
+
+
## [2.2.5](https://github.com/sappira-inc/molekule/compare/v2.2.4...v2.2.5) (2018-12-19)
diff --git a/package-lock.json b/package-lock.json
index dcb9ebb..fa8e122 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "molekule",
- "version": "2.2.5",
+ "version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index d05bfcf..907c901 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "molekule",
"description": "React component library built on top of styled-components and styled-system",
- "version": "2.2.5",
+ "version": "3.0.0",
"main": "lib/molekule.js",
"module": "lib/molekule.es.js",
"files": [