CHANGELOG.md in redis-client-0.7.2 vs CHANGELOG.md in redis-client-0.7.3
- old
+ new
@@ -1,6 +1,10 @@
# Unreleased
+# 0.7.3
+
+- Fix a bug in `url` parsing conflicting with the `path` option.
+
# 0.7.2
- Raise a distinct `RedisClient::OutOfMemoryError`, for Redis `OOM` errors.
- Fix the instrumentation API to be called even for authentication commands.
- Fix `url:` configuration to accept a trailing slash.