diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e364ba..96c70d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.5.0 (2022-07-27) +### Feature +* Improve reviews queue management ([#37](https://github.com/ajite/hebikani/issues/37)) ([`e127f30`](https://github.com/ajite/hebikani/commit/e127f30883898b1a4f52594592be19434545350f)) + ## v1.4.5 (2022-07-26) ### Fix * **deps:** Bump sphinx from 5.0.2 to 5.1.0 ([#36](https://github.com/ajite/hebikani/issues/36)) ([`57cf58b`](https://github.com/ajite/hebikani/commit/57cf58b43a4dda1b7b50650389526f09191e78b9)) diff --git a/hebikani/__init__.py b/hebikani/__init__.py index 56dadec..5b60188 100644 --- a/hebikani/__init__.py +++ b/hebikani/__init__.py @@ -1 +1 @@ -__version__ = "1.4.5" +__version__ = "1.5.0" diff --git a/pyproject.toml b/pyproject.toml index 1c0c56a..c11baa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hebikani" -version = "1.4.5" +version = "1.5.0" description = "WaniKani command line interface" authors = ["Augustin "] readme = "README.rst"