Commit 1e560ce 1 parent f82fbae commit 1e560ce Copy full SHA for 1e560ce
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## 14.5.1 - 2024-01-18
9
+
10
+ ### Changed
11
+
12
+ * Bugfix: corrected the behaviour of the legacy metadata convertor.
13
+ Previous, mailboxes and metadata files would get deleted after migration.
14
+
8
15
## 14.4.5 - 2023-11-24
9
16
10
17
### Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Imap::Backup
6
6
# @private
7
7
MINOR = 5
8
8
# @private
9
- REVISION = 0
9
+ REVISION = 1
10
10
# @private
11
11
PRE = nil
12
12
# The application version
You can’t perform that action at this time.
0 commit comments