CHANGELOG.md in zaikio-client-helpers-0.2.0 vs CHANGELOG.md in zaikio-client-helpers-0.2.1
- old
+ new
@@ -1,6 +1,10 @@
## [Unreleased]
+## [0.2.1] - 2021-08-05
+
+- Fixed `with_fallback` from spyke by aliasing the correct error classes
+
## [0.2.0] - 2021-07-22
- Add `Zaikio:Error` and allow setting arbitrary attributes on the exceptions
- Add `Zaikio::RateLimitedError` when HTTP 429 occurs (note that this subclasses
`Zaikio::ConnectionError` so all existing error handling should continue to work).