Skip to content

Commit

Permalink
Releasing version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Aug 10, 2023
1 parent 0bbd39c commit ae43ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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).

## [1.1.3] - 2023-08-10
### Fixed:
- Fixed an issue with evaluating user targets as part of a multi-kind context.

## [1.1.2] - 2023-06-26
### Removed:
- Removed reliance on `built` crate.
Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-server-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "launchdarkly-server-sdk"
description = "LaunchDarkly Server-Side SDK"
version = "1.1.2"
version = "1.1.3"
authors = ["LaunchDarkly"]
edition = "2021"
rust-version = "1.64.0" # MSRV
Expand Down

0 comments on commit ae43ddf

Please sign in to comment.