Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Mar 30, 2024
1 parent 5a084dc commit 5db1faa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/imap/backup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Imap::Backup
# @private
MINOR = 6
# @private
REVISION = 0
REVISION = 1
# @private
PRE = nil
# The application version
Expand Down

0 comments on commit 5db1faa

Please sign in to comment.