diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9fe8c..da30a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is similar to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.18.0] - 2024-07-02 + +- **Feature:** Add Performance Monitoring traces sampler callback to customize transaction reporting ([#74](https://github.com/intgr/rocket-sentry/pull/74)) +- **Feature:** Add `#[must_use]` to RocketSentry::fairing() ([#69](https://github.com/intgr/rocket-sentry/pull/69)) +- **Dependency:** Update rust crate sentry to 0.34.0 ([#76](https://github.com/intgr/rocket-sentry/pull/76)) + ## [0.17.0] - 2023-11-28 - **Dependency:** Update rust crate sentry to 0.32.0 ([#67](https://github.com/intgr/rocket-sentry/pull/67)) diff --git a/Cargo.toml b/Cargo.toml index c690543..1c7b683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket-sentry" -version = "0.17.0" +version = "0.18.0" edition = "2021" rust-version = "1.73.0"