diff --git a/CHANGELOG.md b/CHANGELOG.md
index 697e3c5..e7b640c 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.
+
+## [1.1.7](https://github.com/npm/bin-links/compare/v1.1.6...v1.1.7) (2019-12-26)
+
+
+### Bug Fixes
+
+* resolve folder that is passed in ([0bbd303](https://github.com/npm/bin-links/commit/0bbd303))
+
+
+
## [1.1.6](https://github.com/npm/bin-links/compare/v1.1.5...v1.1.6) (2019-12-11)
diff --git a/package-lock.json b/package-lock.json
index 0a1cdcf..a4f435a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bin-links",
- "version": "1.1.6",
+ "version": "1.1.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8961e6c..06b24a0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bin-links",
- "version": "1.1.6",
+ "version": "1.1.7",
"description": "JavaScript package binary linker",
"main": "index.js",
"scripts": {