diff --git a/CHANGELOG.md b/CHANGELOG.md index 1acc1db..0d826dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.5.0-alpha.1 +## v1.5.0 - Allow Levee to pass the return variable of the executed function to the circuit callback on timeout - Update to hoek@^6: #19 - Update all out of date dependencies via greenkeeper update: #28 diff --git a/package.json b/package.json index 7198149..168d227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "levee", - "version": "1.5.0-alpha.1", + "version": "1.5.0", "description": "A circuitbreaker implementation for Node.js", "main": "index.js", "directories": {