summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-01-25 22:12:27 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2020-04-10 11:51:56 -0700
commitc3d5878a319c6c26acbba6ab1a13a5087154f620 (patch)
tree5dab2ae0e882f484c0f19bef74769a5d5b135e81
parent416fe4d20883b96e8d14e61149bb896c40290830 (diff)
Incrementing version to v2.2-beta2 [ci skip]v2.2-beta2
Update changelog
-rw-r--r--CHANGELOG.md1
-rw-r--r--pyproject.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be78843a..1c635848 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,7 +29,6 @@
- Reduce startup time by 55% [\#719](https://github.com/jrnl-org/jrnl/pull/719) ([maebert](https://github.com/maebert))
- Refactor password logic to prevent accidental password leakage [\#708](https://github.com/jrnl-org/jrnl/pull/708) ([pspeter](https://github.com/pspeter))
- Password confirmation [\#706](https://github.com/jrnl-org/jrnl/pull/706) ([pspeter](https://github.com/pspeter))
-- Pretty print journal entries [\#692](https://github.com/jrnl-org/jrnl/pull/692) ([alichtman](https://github.com/alichtman))
**Fixed bugs:**
diff --git a/pyproject.toml b/pyproject.toml
index bc557beb..c4a7e41c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.2-beta"
+version = "v2.2-beta2"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",