diff --git a/CHANGELOG.md b/CHANGELOG.md index e85465a2..2c97fc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 14.6.1 - 2024-03-30 + +### Changed + +* Fixed a bug in single backup where the `--mirror` parameter was ignored. + ## 14.6.0 - 2024-01-31 ### Added diff --git a/lib/imap/backup/version.rb b/lib/imap/backup/version.rb index be523b90..1d7a4dd1 100644 --- a/lib/imap/backup/version.rb +++ b/lib/imap/backup/version.rb @@ -6,7 +6,7 @@ module Imap::Backup # @private MINOR = 6 # @private - REVISION = 0 + REVISION = 1 # @private PRE = nil # The application version