From ba65025b75d7e5eeb375f68a355e716ff954d9b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:01:25 +0000 Subject: [PATCH] chore(v2): release 2.8.3 --- .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 5c05c94..5ff7b32 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.2" + ".": "2.8.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef31613..1e4ca4d 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.8.3](https://github.com/launchdarkly/sdk-test-harness/compare/v2.8.2...v2.8.3) (2024-02-22) + + +### Bug Fixes + +* remove bootstrap-sha from release-please-config.json ([#196](https://github.com/launchdarkly/sdk-test-harness/issues/196)) ([7bc0a38](https://github.com/launchdarkly/sdk-test-harness/commit/7bc0a382446adc1181a7b9ddf6f8a8d3ce9f31ce)) + ## [2.8.2](https://github.com/launchdarkly/sdk-test-harness/compare/v2.8.1...v2.8.2) (2024-02-21) diff --git a/main.go b/main.go index ccd4f4a..cd24eb3 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( ) const defaultPort = 8111 -const versionString string = "2.8.2" // {{ x-release-please-version }} +const versionString string = "2.8.3" // {{ x-release-please-version }} func main() { fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))