From 78be5999c1220f85f67990dc67a3d7138c7d4839 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 14:02:58 -0700 Subject: [PATCH] chore(v2): release 2.13.0 (#212) :robot: I have created a release *beep* *boop* --- ## [2.13.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.12.0...v2.13.0) (2024-05-10) ### Features * support testing TLS options with two new capabilities ([#208](https://github.com/launchdarkly/sdk-test-harness/issues/208)) ([6a90eb0](https://github.com/launchdarkly/sdk-test-harness/commit/6a90eb0a95f066fcf5d450ad11a45b325e5e306d)) --- 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 7a48e52..d18e944 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.0" + ".": "2.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 167797e..7e81cc2 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.13.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.12.0...v2.13.0) (2024-05-10) + + +### Features + +* support testing TLS options with two new capabilities ([#208](https://github.com/launchdarkly/sdk-test-harness/issues/208)) ([6a90eb0](https://github.com/launchdarkly/sdk-test-harness/commit/6a90eb0a95f066fcf5d450ad11a45b325e5e306d)) + ## [2.12.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.11.0...v2.12.0) (2024-04-29) diff --git a/main.go b/main.go index 4473b9f..ee306af 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( ) const defaultPort = 8111 -const versionString string = "2.12.0" // {{ x-release-please-version }} +const versionString string = "2.13.0" // {{ x-release-please-version }} func main() { fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))