diff --git a/CHANGELOG.md b/CHANGELOG.md index a96efe12..b470fdd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.4.5](https://pypi.org/project/jrnl/v2.4.5/) (2020-07-31) + +[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.4.4...v2.4.5) + +**Fixed bugs:** + +- Add missing dependency \(packaging\) [\#1011](https://github.com/jrnl-org/jrnl/pull/1011) ([wren](https://github.com/wren)) + ## [v2.4.4](https://pypi.org/project/jrnl/v2.4.4/) (2020-07-25) [Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.4.4...v2.4.3) diff --git a/jrnl/__version__.py b/jrnl/__version__.py index 3db4c3ff..c6cfe86e 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.4.4" +__version__ = "v2.4.5" diff --git a/pyproject.toml b/pyproject.toml index bd2a96fa..20699b52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v2.4.4" +version = "v2.4.5" description = "Collect your thoughts and notes without leaving the command line." authors = [ "Manuel Ebert ",