diff --git a/CHANGELOG b/CHANGELOG index c3508fe..0c1ace6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/lib/zookeeper/version.rb b/lib/zookeeper/version.rb index b5d0646..4dfa498 100644 --- a/lib/zookeeper/version.rb +++ b/lib/zookeeper/version.rb @@ -1,4 +1,4 @@ module Zookeeper - VERSION = '1.5.1' + VERSION = '1.5.3' DRIVER_VERSION = '3.4.5' end