diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2092913..50b9d4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.23.0" + ".": "2.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index abce9cc..857e54e 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.24.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.23.0...v2.24.0) (2024-10-15) + + +### Features + +* Add `client-prereq-events` capability ([#242](https://github.com/launchdarkly/sdk-test-harness/issues/242)) ([3172672](https://github.com/launchdarkly/sdk-test-harness/commit/317267255c61f4ebe5b5fc3e8bb02bdbc00e6cb6)) + ## [2.23.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.22.0...v2.23.0) (2024-10-08) diff --git a/main.go b/main.go index ed24418..f746664 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( ) const defaultPort = 8111 -const versionString string = "2.23.0" // {{ x-release-please-version }} +const versionString string = "2.24.0" // {{ x-release-please-version }} func main() { fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))