diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d1a52..b6b55a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.8.1] - 2023-11-15 ### Fixed - Commit [6adfcc4] pinned `sentry-types` to <=0.31.6 to avoid a breaking change in >=0.31.7. @@ -51,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation -[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.1...HEAD +[0.8.1]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.5.0...0.6.0 diff --git a/Cargo.toml b/Cargo.toml index d8dd8eb..3ce3f01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sentry-contrib-breakpad" description = "Unopinionated crash collection for Sentry reporting purposes" repository = "https://github.com/EmbarkStudios/sentry-contrib-rust" -version = "0.8.0" +version = "0.8.1" authors = ["Embark "] edition = "2018" license = "MIT OR Apache-2.0"