Skip to content

Commit

Permalink
Update changelog, prep for 1.5.3 release (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmckay authored Jul 18, 2022
1 parent fcf9780 commit fb148cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.5.3
* Ruby 3.1 compatibility (h/t: @casperisfine)

v1.5.2 (YANKED)
* Ruby 3.1 compatibility and zookeeper client updates.
* This release had build issues in the wild and was yanked

v1.5.1
* Update config.guess to support newer environments (h/t: @malmckay)

Expand Down
2 changes: 1 addition & 1 deletion lib/zookeeper/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Zookeeper
VERSION = '1.5.1'
VERSION = '1.5.3'
DRIVER_VERSION = '3.4.5'
end

0 comments on commit fb148cf

Please sign in to comment.