diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a9c53d2..72ec7777 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.
+
+## [3.3.1](https://github.com/kelektiv/node-uuid/compare/v3.3.0...v3.3.1) (2018-06-28)
+
+
+### Bug Fixes
+
+* fix [#284](https://github.com/kelektiv/node-uuid/issues/284) by setting function name in try-catch ([f2a60f2](https://github.com/kelektiv/node-uuid/commit/f2a60f2))
+
+
+
# [3.3.0](https://github.com/kelektiv/node-uuid/compare/v3.2.1...v3.3.0) (2018-06-22)
diff --git a/package-lock.json b/package-lock.json
index a5defed5..599ab252 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "uuid",
- "version": "3.3.0",
+ "version": "3.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6e9d77f5..11e02c56 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "uuid",
- "version": "3.3.0",
+ "version": "3.3.1",
"description": "RFC4122 (v1, v4, and v5) UUIDs",
"commitlint": {
"extends": [