Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Aug 1, 2023
1 parent 3a56b67 commit 9048b26
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/).

## 11.0.1 - 2023-08-01

### Changed

* Fixed error handling behaviour in transactions. Closes #164

## 11.0.0 - 2023-07-25

### Changed
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 @@ -3,7 +3,7 @@ module Imap; end
module Imap::Backup
MAJOR = 11
MINOR = 0
REVISION = 0
REVISION = 1
PRE = nil
VERSION = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
end

0 comments on commit 9048b26

Please sign in to comment.