diff --git a/CHANGELOG.md b/CHANGELOG.md index 79316d5..2d1e42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.8.3](https://github.com/echo724/notion2md/compare/v2.8.2...v2.8.3) (2023-06-29) + + +### Bug Fixes + +* constructor in README.md ([03e42c4](https://github.com/echo724/notion2md/commit/03e42c4a8ba2b29a91df243b588a3cbcc6caffdf)) + ### [2.8.2](https://github.com/echo724/notion2md/compare/v2.8.1...v2.8.2) (2023-02-26) diff --git a/notion2md/__init__.py b/notion2md/__init__.py index 239bf2b..764271b 100644 --- a/notion2md/__init__.py +++ b/notion2md/__init__.py @@ -1 +1 @@ -__version__ = "2.8.2" +__version__ = "2.8.3" diff --git a/pyproject.toml b/pyproject.toml index 830d79d..71b64f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "notion2md" -version = "2.8.2" +version = "2.8.3" description = "Notion Markdown Exporter with Python Cli" license = "MIT" classifiers = ["License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9"]