diff --git a/changelog.md b/changelog.md index 314ccbd..39395bb 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,18 @@ ## Current master -[Full Changelog](https://github.com/pubs/pubs/compare/v0.7.0...master) +[Full Changelog](https://github.com/pubs/pubs/compare/v0.8.0...master) + +### Implemented enhancements + + +### Fixed bugs + + + +## [v0.8.0](https://github.com/pubs/pubs/compare/v0.7.0...v0.8.0) (2018-08-01) + +[Full Changelog](https://github.com/pubs/pubs/compare/v0.7.0...v0.8.0) ### Implemented enhancements diff --git a/pubs/version.py b/pubs/version.py index 6043ce8..32a90a3 100644 --- a/pubs/version.py +++ b/pubs/version.py @@ -1 +1 @@ -__version__ = '0.8.dev2' +__version__ = '0.8.0'