CHANGELOG.md in redis-client-0.17.1 vs CHANGELOG.md in redis-client-0.18.0
- old
+ new
@@ -1,6 +1,10 @@
# Unreleased
+# 0.18.0
+
+- Expose more connection details such as `host`, `db`, etc on `RedisClient`.
+
# 0.17.1
- Add support for `NaN` in RESP3 protocol doubles.
This was initially missing from the spec and added about a year ago.