diff --git a/CHANGELOG.md b/CHANGELOG.md
index a202e22..3f10a55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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/hybridables/redolent/compare/v2.0.2...v2.0.3) (2017-03-19)
+
+
+### Bug Fixes
+
+* **deps:** dont resolve "native-or-another" and ES6-ify ([c465abe](https://github.com/hybridables/redolent/commit/c465abe))
+
+
+
## [2.0.2](https://github.com/hybridables/redolent/compare/v2.0.1...v2.0.2) (2017-03-19)
diff --git a/package.json b/package.json
index 7865e9a..8883279 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "redolent",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "Simple promisify with sane defaults, works on node 0.10 if you provide custom Promise through options",
"repository": "hybridables/redolent",
"author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",