From e59c825d84935cbceb50880aa27136e20e48e021 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 15 Nov 2023 16:10:57 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b3a16..a1d1a52 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 +### Fixed +- Commit [6adfcc4] pinned `sentry-types` to <=0.31.6 to avoid a breaking change in >=0.31.7. + ## [0.8.0] - 2023-05-23 ### Changed - [PR#24](https://github.com/EmbarkStudios/sentry-contrib-rust/pull/24) updated the underlying breakpad C++ library to ~HEAD. Thanks [@MarijnS95](https://github.com/MarijnS95)!