Skip to content

Commit

Permalink
Releasing version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed May 5, 2023
1 parent 26ee886 commit e903f46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [1.1.0] - 2023-05-05
### Changed:
- Updated MSRV from 1.60.0 to 1.64.0

### Fixed:
- Fix invalid encoding for fully qualified context key generation.

## [1.0.0] - 2022-12-06
This release of the evaluation engine corresponds to the upcoming v1.0.0 release of the LaunchDarkly server-side Rust SDK (launchdarkly-server-sdk), and is not compatible with earlier SDK versions.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "launchdarkly-server-sdk-evaluation"
description = "LaunchDarkly feature flag evaluation engine"
version = "1.0.0"
version = "1.1.0"
authors = ["LaunchDarkly"]
edition = "2021"
rust-version = "1.64.0"
Expand Down

0 comments on commit e903f46

Please sign in to comment.