summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-08-04 18:32:25 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-12 11:01:15 +0200
commit71d635db76068f791e10b97bd351b385d76bc482 (patch)
tree9e988926cdada43aec18b2427cd0cc997bc42ca2 /CHANGELOG.md
parentae4f0aec750fb879e3b4f7a843530b8d8194d401 (diff)
Release 18.1.118.1.1
Changed - Change autodiscover to only run after fetching the given url has failed (#1860) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbc2aaeac..cf311f1d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,14 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [18.x.x]
### Changed
-- Change autodiscover to only run after fetching the given url has failed (#1860)
+
### Fixed
# Releases
+## [18.1.1] - 2022-08-12
+### Changed
+- Change autodiscover to only run after fetching the given url has failed (#1860)
+
## [18.1.1-beta1] - 2022-07-04
### Fixed
- Fix export of unread and starred articles failing due to postgres error (#1839, #1249)