aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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 a77e0d0..3adbf45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+
+## [1.2.0] - 2021-10-20
### Added
- Location of the cache can now be specified in the config.yml. Rationale: Easier way of dealing with multiple configurations, as each also requires a distinct cache.
- [Issue #6](https://github.com/Necoro/feed2imap-go/issues/6): Support old-style configurations with imap targets on each feed. Restriction: Servers must be equal over all connection strings!
@@ -109,7 +111,8 @@ This resulted in duplicate entries as soon as the feed contained (possibly older
Initial release
-[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v1.1.1...HEAD
+[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v1.2.0...HEAD
+[1.2.0]: https://github.com/Necoro/feed2imap-go/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/Necoro/feed2imap-go/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Necoro/feed2imap-go/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Necoro/feed2imap-go/compare/v0.8.0...v1.0.0