diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fea6f4..3aae593 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.6.0] - 2022-11-04 ### Changed - [PR#18](https://github.com/EmbarkStudios/sentry-contrib-rust/pull/18) bumped `sentry-core` to `0.28`. @@ -39,7 +40,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.5.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.6.0...HEAD +[0.6.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.3.1...0.4.0 [0.3.1]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.3.0...0.3.1 diff --git a/Cargo.toml b/Cargo.toml index 7d058b8..c9154c2 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.5.0" +version = "0.6.0" authors = ["Embark "] edition = "2018" license = "MIT OR Apache-2.0"