diff --git a/CHANGELOG.md b/CHANGELOG.md
index d93ff71..1a2a3f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
+0.5.0
0.4.3
0.4.2
0.4.1
@@ -25,8 +26,22 @@
|
+
+## 2019-09-17, Version 0.5.0 (Current)
+
+### Notable Changes
+
+* Support for `react-native v0.60+`, breaking compatibility with previous versions.
+* TypeScript type definitions added.
+
+### Commits
+
+* [[`7cd4a01`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/7cd4a01f41fd937628fff9e001de5eda6a001cb9)] - plugin: support react-native 0.60+ (Jaime Bernardo)
+* [[`dd7c67a`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/dd7c67a5d7bee803105e9370e020633e2a3a4131)] - plugin: add typescript type definitions (Ivan Schurawel)
+* [[`71c401d`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/71c401d0fe7aa6e7b0c5a330bed3645c7a1ea036)] - plugin: update xcode to 2.0.0 (Rajiv Shah)
+
-## 2019-06-10, Version 0.4.3 (Current)
+## 2019-06-10, Version 0.4.3
### Notable Changes
diff --git a/package.json b/package.json
index ff82ec3..d7f0252 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nodejs-mobile-react-native",
- "version": "0.4.3",
+ "version": "0.5.0",
"description": "Node.js for Mobile Apps React Native plugin",
"main": "index.js",
"scripts": {