From 0bf02dfb2f7d37d7b2909daf2b1749c8a1ce313d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:47:23 +0000 Subject: [PATCH] chore(main): release 2.2.0 --- .release-please-manifest.json | 2 +- launchdarkly-server-sdk/CHANGELOG.md | 14 ++++++++++++++ launchdarkly-server-sdk/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55baea1..0f70575 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "launchdarkly-server-sdk": "2.1.0" + "launchdarkly-server-sdk": "2.2.0" } diff --git a/launchdarkly-server-sdk/CHANGELOG.md b/launchdarkly-server-sdk/CHANGELOG.md index 0d3a4fd..97488d3 100644 --- a/launchdarkly-server-sdk/CHANGELOG.md +++ b/launchdarkly-server-sdk/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to the LaunchDarkly Rust server-side SDK 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/compare/2.1.0...2.2.0) (2024-07-19) + + +### Features + +* Add option to omit anonymous users from index and identify events ([#89](https://github.com/launchdarkly/rust-server-sdk/issues/89)) ([78c9668](https://github.com/launchdarkly/rust-server-sdk/commit/78c9668ed7999873b8ff045b61092363adbd6fc2)) +* Add support for migrations ([#90](https://github.com/launchdarkly/rust-server-sdk/issues/90)) ([445ab74](https://github.com/launchdarkly/rust-server-sdk/commit/445ab74b9da88b8cf3904c50d74900f448ae02fe)) +* Add wait_for_initialization with timeout parameter ([#76](https://github.com/launchdarkly/rust-server-sdk/issues/76)) ([45e3451](https://github.com/launchdarkly/rust-server-sdk/commit/45e3451b80e4f3104795410655e845cf9bfb7962)) + + +### Bug Fixes + +* Bump rustc to 1.74 ([#78](https://github.com/launchdarkly/rust-server-sdk/issues/78)) ([0c1c58d](https://github.com/launchdarkly/rust-server-sdk/commit/0c1c58d446b1f8c4cbaaf0813ee1855683cd319f)) + ## [2.1.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.0.2...2.1.0) (2024-03-15) diff --git a/launchdarkly-server-sdk/Cargo.toml b/launchdarkly-server-sdk/Cargo.toml index 0ed459e..809194a 100644 --- a/launchdarkly-server-sdk/Cargo.toml +++ b/launchdarkly-server-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "launchdarkly-server-sdk" description = "LaunchDarkly Server-Side SDK" -version = "2.1.0" +version = "2.2.0" authors = ["LaunchDarkly"] edition = "2021" rust-version = "1.74.0" # MSRV