diff --git a/CHANGELOG.md b/CHANGELOG.md
index 317418f..62251ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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.
+
+## [1.5.2](/~https://github.com/aurbano/robinhood-node/compare/v1.5.1...v1.5.2) (2018-09-15)
+
+
+
## [1.5.1](/~https://github.com/aurbano/robinhood-node/compare/v1.5.0...v1.5.1) (2018-07-25)
diff --git a/package.json b/package.json
index 7b1c739..84cc216 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "robinhood",
- "version": "1.5.1",
+ "version": "1.5.2",
"description": "Comprehensive NodeJS API wrapper for the Robinhood API",
"main": "src/robinhood.js",
"scripts": {