diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-06-13 09:45:55 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-06-13 09:45:55 +0200 |
commit | 03dac55e1e635f2237e7fd1fb3276bf88d548f97 (patch) | |
tree | 9a50909c7d309ea0a6d2e75e4048940fdf964f7c /CHANGELOG.md | |
parent | 583d0cfa41b78bf137c66426dbaa7e468b6690f8 (diff) | |
download | feed2imap-go-03dac55e1e635f2237e7fd1fb3276bf88d548f97.tar.gz feed2imap-go-03dac55e1e635f2237e7fd1fb3276bf88d548f97.tar.bz2 feed2imap-go-03dac55e1e635f2237e7fd1fb3276bf88d548f97.zip |
Version Changelog entryv1.7.0
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e0143..bef6e09 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.7.0] - 2023-06-13 ### Fixed - [Issue #97](https://github.com/Necoro/feed2imap-go/issues/97): Fix panic when an IMAP connection is tried to established when the program has already entered the `Disconnect` state. ### Added @@ -146,7 +148,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.6.0...HEAD +[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v1.7.0...HEAD +[1.7.0]: https://github.com/Necoro/feed2imap-go/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/Necoro/feed2imap-go/compare/v1.5.2...v1.6.0 [1.5.2]: https://github.com/Necoro/feed2imap-go/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/Necoro/feed2imap-go/compare/v1.5.0...v1.5.1 |