diff --git a/CHANGELOG.md b/CHANGELOG.md index 93dd59e3..10a8a473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased + - ... + +## 3.5.1 (2020-05-07) - Capture events using the `Hub` in the `MessengerListener` to avoid loosing `Scope` data (#339, thanks to @sh41) - Capture multiple events if multiple exceptions are generated in a Messenger Worker context (#340, thanks to @emarref) - - ... ## 3.5.0 (2020-05-04) - Capture and flush messages in a Messenger Worker context (#326, thanks to @emarref)