diff --git a/CHANGELOG b/CHANGELOG index c3508fe..173794f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v1.5.2 + * Ruby 3.1 compatibility (h/t: @casperisfine) + 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..162dc60 100644 --- a/lib/zookeeper/version.rb +++ b/lib/zookeeper/version.rb @@ -1,4 +1,4 @@ module Zookeeper - VERSION = '1.5.1' + VERSION = '1.5.2' DRIVER_VERSION = '3.4.5' end