diff --git a/CHANGELOG.md b/CHANGELOG.md index d6be72c..c4eca5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.9.0](https://github.com/vzhd1701/evernote-backup/compare/1.8.1...1.9.0) (2022-05-17) + +### Features + +- add --overwrite flag to export mode ([5a88b76](https://github.com/vzhd1701/evernote-backup/commit/5a88b76f9d6e92cd66549cb65e4715473a0dd3c3)), closes [#19](https://github.com/vzhd1701/evernote-backup/issues/19) + ### [1.8.1](https://github.com/vzhd1701/evernote-backup/compare/1.8.0...1.8.1) (2022-05-10) ### Bug Fixes diff --git a/evernote_backup/version.py b/evernote_backup/version.py index 2d986fc..0a0a43a 100644 --- a/evernote_backup/version.py +++ b/evernote_backup/version.py @@ -1 +1 @@ -__version__ = "1.8.1" +__version__ = "1.9.0" diff --git a/pyproject.toml b/pyproject.toml index 17328a9..3a49ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "evernote-backup" -version = "1.8.1" +version = "1.9.0" description = "Backup & export all Evernote notes and notebooks." authors = ["vzhd1701 "] readme = "README.md"