From d5fdcb0f01c2e9226f86fbfd17dbf0aa90b4fcdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:32:17 -0400 Subject: [PATCH] chore(v2): release 2.24.0 (#244) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ main.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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))