diff --git a/CHANGELOG.md b/CHANGELOG.md index 3235ba8..e55c111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [0.2.17](https://github.com/vzhd1701/enex2notion/compare/v0.2.16...v0.2.17) (2022-07-28) + +### Bug Fixes + +- update notion SDK to avoid rate limit errors ([c5458da](https://github.com/vzhd1701/enex2notion/commit/c5458da992d3d74d59d7696dd060772bf82e298e)) + ### [0.2.16](https://github.com/vzhd1701/enex2notion/compare/v0.2.15...v0.2.16) (2022-06-19) ### Bug Fixes diff --git a/enex2notion/version.py b/enex2notion/version.py index 699eb88..aa0be21 100644 --- a/enex2notion/version.py +++ b/enex2notion/version.py @@ -1 +1 @@ -__version__ = "0.2.16" +__version__ = "0.2.17" diff --git a/pyproject.toml b/pyproject.toml index 90e10e7..0e84075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "enex2notion" -version = "0.2.16" +version = "0.2.17" description = "Import Evernote ENEX files to Notion" authors = ["vzhd1701 "] readme = "README.md"