summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-03-28 20:54:08 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2020-04-10 16:18:34 -0700
commitd4a0895163f7bcf28abcb6aab61b01e9a6bb578f (patch)
tree99ba2a5772cbd912d63b247808fb55531355dbe4
parent87d0c84757bad790e9fa9e8b732347a6a00d3113 (diff)
Updating changelog [ci skip]v2.3.1
-rw-r--r--CHANGELOG.md16
-rw-r--r--jrnl/__version__.py2
-rw-r--r--pyproject.toml2
3 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97ff98e9..84dfdf90 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 4bf5d5ff..bdca9ec4 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 adb35763..36519e7e 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 <manuel@1450.me>",