diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a2677..8fea6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Changed +- [PR#18](https://github.com/EmbarkStudios/sentry-contrib-rust/pull/18) bumped `sentry-core` to `0.28`. + ## [0.5.0] - 2022-06-29 ### Changed - [PR#15](https://github.com/EmbarkStudios/sentry-contrib-rust/pull/15) bumped `sentry-core` to `0.27`. diff --git a/Cargo.toml b/Cargo.toml index f23b6bf..65fd395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ debug-logs = [] [dependencies] breakpad-handler = { version = "0.1.0", path = "./breakpad-handler" } -sentry-core = { version = "0.27", features = ["client"] } +sentry-core = { version = "0.28", features = ["client"] } serde_json = "1.0" [workspace]