diff --git a/CHANGELOG.md b/CHANGELOG.md index b5397e5..0ee2cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.1 - 2024-06-26 + +### Fixed + +- Ignored unknown info messages in `Volley.InOrderSubscription` and + `Volley.PersistentSubscription`. + - This protects against the `{:caught_up, reference()}` and + `{:fell_behind, reference()}` notifications introduced in + EventStore 23.10 and later. + ## 1.0.0 - 2022-05-11 This change represents stability in the API. There is no functional change