From d4a0895163f7bcf28abcb6aab61b01e9a6bb578f Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 28 Mar 2020 20:54:08 +0000 Subject: [PATCH] Updating changelog [ci skip] --- CHANGELOG.md | 16 +++++++++++++++- jrnl/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ff98e90..84dfdf902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v2.3.1](https://pypi.org/project/jrnl/v2.3.1/) (2020-03-28) + +[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.3...v2.3.1) + +**Fixed bugs:** +- Syntax fix [\#886](https://github.com/jrnl-org/jrnl/pull/886) ([minchinweb](https://github.com/minchinweb)) + +**Build:** +- Hotfix to keep the version from releases in sync in repo [\#895](https://github.com/jrnl-org/jrnl/pull/895) ([wren](https://github.com/wren)) +- Update travis caching to speed up builds [\#871](https://github.com/jrnl-org/jrnl/pull/871) ([wren](https://github.com/wren)) + +**Updated documentation:** +- Update and reorganize CONTRIBUTING [\#885](https://github.com/jrnl-org/jrnl/pull/885) ([micahellison](https://github.com/micahellison)) +- Update url for "beautiful timeline" in export.md [\#879](https://github.com/jrnl-org/jrnl/pull/879) ([NGenetzky](https://github.com/NGenetzky)) + ## [v2.3](https://pypi.org/project/jrnl/v2.3/) (2020-03-21) [Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.2...v2.3) @@ -39,7 +54,6 @@ [Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.1.1...v2.2) - **Implemented enhancements:** - Full text search \(case insensitive\) with "-contains" [\#740](https://github.com/jrnl-org/jrnl/pull/740) ([empireshades](https://github.com/empireshades)) diff --git a/jrnl/__version__.py b/jrnl/__version__.py index 4bf5d5ff2..bdca9ec42 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.2-beta" +__version__ = "v2.3.1" diff --git a/pyproject.toml b/pyproject.toml index adb357634..36519e7e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v2.3.1-beta" +version = "v2.3.1" description = "Collect your thoughts and notes without leaving the command line." authors = [ "Manuel Ebert ",