summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-07-04 11:54:57 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-07-04 12:11:09 +0200
commitef25b133ab27efdd3565fd01999b44fc6090d532 (patch)
tree4f44bde49ae395a5b19b9ffb825af6e45422c4a2 /CHANGELOG.md
parent89eb6a65847d334018df9d7c2b7cb755e0a1ff56 (diff)
Release 18.1.1-beta118.1.1-beta1
- Fix export of unread and starred articles failing due to postgres error (#1839, #1249) - Fix broken API v1.3 (#1841) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f1b03617..8d95a84d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,13 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
### Fixed
+
+# Releases
+## [18.1.1-beta1] - 2022-07-04
+### Fixed
- Fix export of unread and starred articles failing due to postgres error (#1839, #1249)
- Fix broken API v1.3 (#1841)
-# Releases
## [18.1.0] - 2022-06-10
Due to #1766 some Feeds might now have items that have `null` set as author instead of `""` clients need to handle this.