Skip to content

Commit

Permalink
Bump to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuk09 committed Feb 4, 2025
1 parent da07286 commit dd70dc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Change Log]

## [0.1.5] - 2025-02-04

- Set correct expiration time for idempotency cache

## [0.1.4] - 2025-01-14

- Support metrics logging via StatsdListener
Expand All @@ -19,4 +23,3 @@
## [0.1.0] - 2024-11-13

- Initial release

2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
idempotency (0.1.4)
idempotency (0.1.5)
base64
dry-configurable
dry-monitor
Expand Down
2 changes: 1 addition & 1 deletion lib/idempotency/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Idempotency
VERSION = '0.1.4'
VERSION = '0.1.5'
end

0 comments on commit dd70dc5

Please sign in to comment.