diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25f19ad..5c05c94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "." : "2.8.1" + ".": "2.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f22cc..ef31613 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.2](https://github.com/launchdarkly/sdk-test-harness/compare/v2.8.1...v2.8.2) (2024-02-21) + + +### Bug Fixes + +* **deps:** upgrade to Go to 1.22, upgrade golanglintci to 1.56 ([4159378](https://github.com/launchdarkly/sdk-test-harness/commit/41593789eaa2c29e8046bda2c82813565938cdb3)) + ## [2.8.1] - 2024-02-07 ### Fixed: - Closed the gzip writer which flushes the gzip footer. Previously the footer would have been missing. diff --git a/main.go b/main.go index e86cb7b..ccd4f4a 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( ) const defaultPort = 8111 -const versionString string = "2.8.1" // {{ x-release-please-version }} +const versionString string = "2.8.2" // {{ x-release-please-version }} func main() { fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))