From 11ca922f690eaabbebb9c79707afffb0e71aa282 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:28:16 +0000 Subject: [PATCH] chore(v2): release 2.9.0 --- .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 5ff7b32..a3906fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.3" + ".": "2.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4ca4d..45b68dd 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.9.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.8.3...v2.9.0) (2024-03-22) + + +### Features + +* Add hooks contract tests. ([#200](https://github.com/launchdarkly/sdk-test-harness/issues/200)) ([53331bb](https://github.com/launchdarkly/sdk-test-harness/commit/53331bb4d437265bf6e4b897ebb6114b0611e5d6)) + ## [2.8.3](https://github.com/launchdarkly/sdk-test-harness/compare/v2.8.2...v2.8.3) (2024-02-22) diff --git a/main.go b/main.go index cd24eb3..cdefe07 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( ) const defaultPort = 8111 -const versionString string = "2.8.3" // {{ x-release-please-version }} +const versionString string = "2.9.0" // {{ x-release-please-version }} func main() { fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))