CHANGELOG.md in redis-client-0.22.0 vs CHANGELOG.md in redis-client-0.22.1
- old
+ new
@@ -1,6 +1,10 @@
# Unreleased
+# 0.22.1
+
+- Fix `ProtocolError: Unknown sigil type` errors when using SSL connection. See #190.
+
# 0.22.0
- Made various performance optimizations to the Ruby driver. See #184.
- Always assume UTF-8 encoding instead of relying on `Encoding.default_external`.
- Add `exception` flag in `pipelined` allowing failed commands to be returned in the result array when set to `false`. See #187.