From 9a4a0c28586f5dc72fc92be19d8661a794f0b5b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:38:50 +0000 Subject: [PATCH] chore: release v1.2.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 269fc5d..16ae9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [1.2.1] - 2026-08-05 + +- Adjust Dockerfile to new Cargo build-dir layout ([#117](https://github.com/intgr/rocket-sentry/pull/117)) + + ## [1.2.0] - 2026-04-29 - **Dependency:** Update rust crate sentry to 0.48.0 ([#110](https://github.com/intgr/rocket-sentry/pull/110)) diff --git a/Cargo.toml b/Cargo.toml index 1a33bf3..862aa99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket-sentry" -version = "1.2.0" +version = "1.2.1" edition = "2021" rust-version = "1.73.0"