Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vu-hoang-kaligo committed Jan 14, 2025
1 parent 96affbc commit 8fbdad3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## [Change Log]

## [0.1.4] - 2025-01-14

- Support instrumentation via event hook approach
- Support metrics logging via StatsdListener

## [0.1.3] - 2025-01-14

- Support testing by mocking MockRedis#evalsha

## [0.1.2] - 2025-01-07

- Support auto-releasing gem

## [0.1.1] - 2025-01-07

- Allow configuring idempotent methods instead of hardcoding POST

## [0.1.0] - 2024-11-13

- Initial release
Expand Down
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.3)
idempotency (0.1.4)
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.3'
VERSION = '0.1.4'
end

0 comments on commit 8fbdad3

Please sign in to comment.