diff --git a/CHANGELOG.md b/CHANGELOG.md index 3566c68..bce2ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.7.0](https://github.com/vzhd1701/evernote-backup/compare/1.6.8...1.7.0) (2022-01-31) + +### Features + +- add --no-export-date option ([030ddfc](https://github.com/vzhd1701/evernote-backup/commit/030ddfca9b06767afed2183cc86bd69625ad4caa)) + ### [1.6.8](https://github.com/vzhd1701/evernote-backup/compare/1.6.7...1.6.8) (2022-01-02) ### Bug Fixes diff --git a/evernote_backup/version.py b/evernote_backup/version.py index 2382cc1..14d9d2f 100644 --- a/evernote_backup/version.py +++ b/evernote_backup/version.py @@ -1 +1 @@ -__version__ = "1.6.8" +__version__ = "1.7.0" diff --git a/pyproject.toml b/pyproject.toml index c111182..313283e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "evernote-backup" -version = "1.6.8" +version = "1.7.0" description = "Backup & export all Evernote notes and notebooks." authors = ["vzhd1701 "] readme = "README.md"