diff --git a/CHANGELOG.md b/CHANGELOG.md
index 959875e..e44d953 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.
+
+## [4.1.2](https://github.com/moxystudio/node-proper-lockfile/compare/v4.1.1...v4.1.2) (2021-01-25)
+
+
+### Bug Fixes
+
+* fix node 14 updating graceful-fs ([#102](https://github.com/moxystudio/node-proper-lockfile/issues/102)) ([b0d988e](https://github.com/moxystudio/node-proper-lockfile/commit/b0d988e))
+
+
+
## [4.1.1](https://github.com/moxystudio/node-proper-lockfile/compare/v4.1.0...v4.1.1) (2019-04-03)
diff --git a/package-lock.json b/package-lock.json
index 7d23124..dbafeb6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "proper-lockfile",
- "version": "4.1.1",
+ "version": "4.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ac4122e..b74750c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "proper-lockfile",
- "version": "4.1.1",
+ "version": "4.1.2",
"description": "A inter-process and inter-machine lockfile utility that works on a local or network file system",
"keywords": [
"lock",