CHANGELOG.md in redis-client-0.5.0 vs CHANGELOG.md in redis-client-0.5.1

- old
+ new

@@ -1,6 +1,12 @@ # Unreleased +# 0.5.1 + +- Fix a regression in the `scan` familly of methods, they would raise with `ArgumentError: can't issue an empty redis command`. Fix: #24 + +# 0.5.0 + - Fix handling of connection URLs with empty passwords (`redis://:pass@example.com`). - Handle URLs with IPv6 hosts. - Add `RedisClient::Config#server_url` as a quick way to identify which server the client is pointing to. - Add `CommandError#command` to expose the command that caused the error. - Raise a more explicit error when connecting to older redises without RESP3 support (5.0 and older).