Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TiuSh committed Oct 10, 2023
1 parent 98cf44b commit 7945394
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.0] - 2023-10-10

- 9ab3405 Add support for redis client option
- cefd13c Bump Redlock from ~1.2 to ~1.3

## [0.2.1] - 2021-11-17

- 327bffe Bump version to 0.2.1
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:
potlock (0.2.1)
potlock (0.3.0)
redlock (~> 1.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/potlock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Potlock
VERSION = "0.2.1"
VERSION = "0.3.0"
end

0 comments on commit 7945394

Please sign in to comment.