Skip to content

Commit

Permalink
Preparing gem for next development version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcagarcia committed Dec 12, 2023
1 parent fe1cd22 commit 7456d4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All changes to `grape-idempotency` will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - (Next)
## [1.1.1] - (Next)

### Fix

Expand All @@ -16,9 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Feature

* [#20](https://github.com/jcagarcia/grape-idempotency/pull/20): Manage `Redis` exceptions by default and allow the gem's consumer to manage them by itself - [@jcagarcia](https://github.com/jcagarcia).
* Your contribution here.


## [1.1.0] - 2023-12-12

### Feature

* [#20](https://github.com/jcagarcia/grape-idempotency/pull/20): Allow consumers to configure the gem for handling `Redis` exceptions - [@jcagarcia](https://github.com/jcagarcia).

## [1.0.0] - 2023-11-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/grape/idempotency/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Grape
module Idempotency
VERSION = '1.1.0'
VERSION = '1.1.1'
end
end

0 comments on commit 7456d4f

Please sign in to comment.