diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f7b87..7519cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.0] - 2022-01-21 ### Changed - [PR#10](https://github.com/EmbarkStudios/sentry-contrib-rust/pull/10) updated `sentry-core` to 0.24.1. Thanks [@MarijnS95](https://github.com/MarijnS95)! @@ -14,5 +15,6 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.2.0...HEAD +[0.2.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/EmbarkStudios/sentry-contrib-rust/releases/tag/0.1.0 diff --git a/Cargo.toml b/Cargo.toml index e007971..6aa23df 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.1.0" +version = "0.2.0" authors = ["Embark "] edition = "2018" license = "MIT OR Apache-2.0"