From f7382e809a05de49b3b27966f77ada269b13821c Mon Sep 17 00:00:00 2001 From: vzhd1701 Date: Wed, 12 Oct 2022 15:54:50 +0500 Subject: [PATCH] chore(release): 0.2.22 --- CHANGELOG.md | 6 ++++++ enex2notion/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2876246..c7ac221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [0.2.22](https://github.com/vzhd1701/enex2notion/compare/v0.2.21...v0.2.22) (2022-10-12) + +### Bug Fixes + +- parse media ignoring hash case ([b1744ce](https://github.com/vzhd1701/enex2notion/commit/b1744ced7c5134efab93f56cfea195fe6fedde70)), closes [#53](https://github.com/vzhd1701/enex2notion/issues/53) + ### [0.2.21](https://github.com/vzhd1701/enex2notion/compare/v0.2.20...v0.2.21) (2022-09-24) ### Bug Fixes diff --git a/enex2notion/version.py b/enex2notion/version.py index f289274..7043c3b 100644 --- a/enex2notion/version.py +++ b/enex2notion/version.py @@ -1 +1 @@ -__version__ = "0.2.21" +__version__ = "0.2.22" diff --git a/pyproject.toml b/pyproject.toml index d10b946..ef2ad66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "enex2notion" -version = "0.2.21" +version = "0.2.22" description = "Import Evernote ENEX files to Notion" authors = ["vzhd1701 "] readme = "README.md"