diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2797d94..0f01d81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
+0.2.1
0.2.0
0.1.4
0.1.3
@@ -15,8 +16,21 @@
|
+
+## 2018-07-30, Version 0.2.1 (Current)
+
+### Notable Changes
+
+* Update `nodejs-mobile` binaries to `v0.1.7`, built with NDK r17b, to solve Android 7 C++ STL runtime issues.
+* Use project-wide properties from react-native, for compatibility with recent react-native releases.
+
+### Commits
+
+* [[`f813ec9`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/f813ec973879506b52ba73b57928deaf8ab0e51e)] - core: update nodejs-mobile v0.1.7 (Jaime Bernardo)
+* [[`5e35c75`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/5e35c750f706d600440e4b69b97303e82ae1847c)] - android: use react-native project-wide properties (Jaime Bernardo)
+
-## 2018-07-09, Version 0.2.0 (Current)
+## 2018-07-09, Version 0.2.0
### Notable Changes
diff --git a/package.json b/package.json
index 7976255..18ca8cd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nodejs-mobile-react-native",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Node.js for Mobile Apps React Native plugin",
"main": "index.js",
"scripts": {