diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38dc7f3..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.4" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0210a9..1755c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.2.0](https://github.com/launchdarkly/rust-server-sdk-evaluation/compare/2.1.4...2.2.0) (2026-08-06) + + +### Features + +* Add optional float-roundtrip feature ([#55](https://github.com/launchdarkly/rust-server-sdk-evaluation/issues/55)) ([d584fc2](https://github.com/launchdarkly/rust-server-sdk-evaluation/commit/d584fc279f0b2e833d88dbc38f8181452d50a516)) + + +### Bug Fixes + +* Bump MSRV from 1.94 to 1.95 ([#53](https://github.com/launchdarkly/rust-server-sdk-evaluation/issues/53)) ([34b3b12](https://github.com/launchdarkly/rust-server-sdk-evaluation/commit/34b3b122cfbae2e9bdbf58015847eccf1d35a9d1)) + ## [2.1.4](https://github.com/launchdarkly/rust-server-sdk-evaluation/compare/2.1.3...2.1.4) (2026-06-08) diff --git a/Cargo.toml b/Cargo.toml index fb14351..16f0ab4 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.1.4" +version = "2.2.0" authors = ["LaunchDarkly"] edition = "2021" rust-version = "1.95.0"