diff --git a/CHANGELOG.md b/CHANGELOG.md
index 965729c..28c4286 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
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.
+
+## [2.0.3](https://github.com/alexlafroscia/ember-react-components/compare/v2.0.2...v2.0.3) (2019-02-01)
+
+
+### Bug Fixes
+
+* install React, React DOM through `ember-auto-import` ([4f99ad8](https://github.com/alexlafroscia/ember-react-components/commit/4f99ad8)), closes [#23](https://github.com/alexlafroscia/ember-react-components/issues/23)
+* remove `ember-cli-typescript` ([6853e63](https://github.com/alexlafroscia/ember-react-components/commit/6853e63))
+
+
+
## [2.0.2](https://github.com/alexlafroscia/ember-react-components/compare/v2.0.1...v2.0.2) (2018-07-06)
diff --git a/package.json b/package.json
index 5584007..14e58f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-react-components",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "React component support in Ember",
"keywords": [
"ember-addon",