diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1755c95..224749b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.2.1](https://github.com/launchdarkly/rust-server-sdk-evaluation/compare/2.2.0...2.2.1) (2026-08-19) + + +### Bug Fixes + +* Report slash- and tilde-prefixed redacted attributes as escaped references ([#56](https://github.com/launchdarkly/rust-server-sdk-evaluation/issues/56)) ([70f4aaa](https://github.com/launchdarkly/rust-server-sdk-evaluation/commit/70f4aaa4124da2c71bc47bb650814e07d8511579)) + ## [2.2.0](https://github.com/launchdarkly/rust-server-sdk-evaluation/compare/2.1.4...2.2.0) (2026-08-06) diff --git a/Cargo.toml b/Cargo.toml index 16f0ab4..7c1b52d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "launchdarkly-server-sdk-evaluation" description = "LaunchDarkly feature flag evaluation engine" -version = "2.2.0" +version = "2.2.1" authors = ["LaunchDarkly"] edition = "2021" rust-version = "1.95.0"