diff --git a/changelog.md b/changelog.md index 8e9a494..c49ee85 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,12 @@ # Changelog -## Current master +## Current main -[Full Changelog](https://github.com/pubs/pubs/compare/v0.8.3...master) +[Full Changelog](https://github.com/pubs/pubs/compare/v0.9.0...master) + + +## [v0.9.0](https://github.com/pubs/pubs/compare/v0.8.3...v0.9.0) (2022-04-17) ### Implemented enhancements diff --git a/pubs/version.py b/pubs/version.py index 21320a8..e4e49b3 100644 --- a/pubs/version.py +++ b/pubs/version.py @@ -1 +1 @@ -__version__ = '0.8.4' +__version__ = '0.9.0'