diff --git a/CHANGELOG.md b/CHANGELOG.md index e150098..07f4491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [0.2.10](https://github.com/vzhd1701/enex2notion/compare/v0.2.9...v0.2.10) (2022-05-10) + +### Bug Fixes + +- update note last edit time after upload ([d5dfa95](https://github.com/vzhd1701/enex2notion/commit/d5dfa95a8ea078f7661b764aba9a1f50e99254c7)), closes [#29](https://github.com/vzhd1701/enex2notion/issues/29) + ### [0.2.9](https://github.com/vzhd1701/enex2notion/compare/v0.2.8...v0.2.9) (2022-04-11) ### Bug Fixes diff --git a/enex2notion/version.py b/enex2notion/version.py index 75cf783..6232f7a 100644 --- a/enex2notion/version.py +++ b/enex2notion/version.py @@ -1 +1 @@ -__version__ = "0.2.9" +__version__ = "0.2.10" diff --git a/pyproject.toml b/pyproject.toml index eb5a12e..167ad03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "enex2notion" -version = "0.2.9" +version = "0.2.10" description = "Import Evernote ENEX files to Notion" authors = ["vzhd1701 "] readme = "README.md"