Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Oct 21, 2023
1 parent 4199d4b commit 339bfde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.2.0 - 2023-10-21

### Changed

* Fixed bug in account setup where changing the list of
folders to back up did not set the account modified
flag.

## 14.1.1 - 2023-10-12

### Changed
Expand Down
4 changes: 2 additions & 2 deletions lib/imap/backup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module Imap; end

module Imap::Backup
MAJOR = 14
MINOR = 1
REVISION = 1
MINOR = 2
REVISION = 0
PRE = nil
VERSION = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
end

0 comments on commit 339bfde

Please sign in to comment.