Skip to content

Commit 032e710

Browse files
committed
Prepare release
1 parent 7ed40b6 commit 032e710

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 14.6.0 - 2024-01-31
9+
10+
### Added
11+
12+
* Handling of `--delimiter` and `--prefix` options for `imap-backup restore`.
13+
814
## 14.5.2 - 2024-01-22
915

1016
### Changed

lib/imap/backup/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ module Imap::Backup
44
# @private
55
MAJOR = 14
66
# @private
7-
MINOR = 5
7+
MINOR = 6
88
# @private
9-
REVISION = 2
9+
REVISION = 0
1010
# @private
1111
PRE = nil
1212
# The application version

0 commit comments

Comments
 (0)