diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e57bfd..39ff3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.8.0](https://github.com/vzhd1701/evernote-backup/compare/1.7.1...1.8.0) (2022-04-22) + +### Features + +- add --oauth-host option ([0b6b8a6](https://github.com/vzhd1701/evernote-backup/commit/0b6b8a60a29a07af0a35c00c8bcec7b65c9c0868)) + ### [1.7.1](https://github.com/vzhd1701/evernote-backup/compare/1.7.0...1.7.1) (2022-02-14) ### Bug Fixes diff --git a/evernote_backup/version.py b/evernote_backup/version.py index 3c1e9cb..29654ee 100644 --- a/evernote_backup/version.py +++ b/evernote_backup/version.py @@ -1 +1 @@ -__version__ = "1.7.1" +__version__ = "1.8.0" diff --git a/pyproject.toml b/pyproject.toml index 90c0b96..ac8ccc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "evernote-backup" -version = "1.7.1" +version = "1.8.0" description = "Backup & export all Evernote notes and notebooks." authors = ["vzhd1701 "] readme = "README.md"