From c09f2d99fc8f6339e2abf42f74bf68051bddb56c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 13:47:47 +0000 Subject: [PATCH] chore(main): release 2.31.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ main.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0e696fe..44ec6f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.31.0" + ".": "2.31.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b44c85..22b645e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.31.1](https://github.com/launchdarkly/sse-contract-tests/compare/v2.31.0...v2.31.1) (2026-03-24) + + +### Bug Fixes + +* Add GitHub token auth and cross-platform support to downloader script ([#34](https://github.com/launchdarkly/sse-contract-tests/issues/34)) ([7eea884](https://github.com/launchdarkly/sse-contract-tests/commit/7eea884904f6e06c8ef49717f50e313dbf26a3cf)) +* Properly terminate inbound SSE connections ([#22](https://github.com/launchdarkly/sse-contract-tests/issues/22)) ([d898901](https://github.com/launchdarkly/sse-contract-tests/commit/d898901d9589f4a4e1c97dc72585da92ad58b052)) + ## [2.31.0](https://github.com/launchdarkly/sse-contract-tests/compare/v2.30.0...v2.31.0) (2026-02-10) diff --git a/main.go b/main.go index e51835e..20fad7c 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ const defaultPort = 8111 const statusQueryTimeout = time.Second * 10 func main() { - fmt.Print("sse-contract-tests 2.31.0") // x-release-please-version + fmt.Print("sse-contract-tests 2.31.1") // x-release-please-version var params commandParams if !params.Read(os.Args) {