diff --git a/CHANGELOG.md b/CHANGELOG.md index d4304e1..18b1430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [v8.0.4](https://github.com/buildo/smooth-release/tree/v8.0.4) (2017-06-07) +[Full Changelog](https://github.com/buildo/smooth-release/compare/v8.0.3...v8.0.4) + +#### New features: + +- human validation of computed version should be optional [#98](https://github.com/buildo/smooth-release/issues/98) +- Optionally use pull requests instead of issues [#91](https://github.com/buildo/smooth-release/issues/91) + ## [v8.0.3](https://github.com/buildo/smooth-release/tree/v8.0.3) (2017-04-18) [Full Changelog](https://github.com/buildo/smooth-release/compare/v8.0.2...v8.0.3) diff --git a/package.json b/package.json index ff5a8f3..77a0ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smooth-release", - "version": "8.0.3", + "version": "8.0.4", "description": "Smart CLI tool to safely and automatically do every step to release a new version of a library hosted on GitHub and published on npm", "main": "lib", "scripts": {