From 05a95802c195b1d8a68bb6fe4fa98f12763af519 Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Mon, 18 Mar 2024 14:47:44 -0400 Subject: Bump version to v2.9.2 --- ChangeLog | 9 +++++++++ common/version/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34c50f4..61c2a48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Changes in version v2.9.2 - 2024-03-18 +- Issue 40288: Add integration testing with Shadow +- Issue 40345: Automatically build and push containers to our registry +- Issue 40339: Fix client ID reuse bug in SQS rendezvous +- Issue 40341: Modify SQS rendezvous arguments to use b64 encoded parameters +- Issue 40330: Add new metrics at the broker for per-country rendezvous stats +- Issue 40345: Update docker container tags +- Bump versions of dependencies + Changes in version v2.9.1 - 2024-02-27 - Issue 40335: Fix release job - Change deprecated io/ioutil package to io package diff --git a/common/version/version.go b/common/version/version.go index 4a755b2..f29d027 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -6,7 +6,7 @@ import ( ) var version = func() string { - ver := "2.9.1" + ver := "2.9.2" if info, ok := debug.ReadBuildInfo(); ok { for _, setting := range info.Settings { if setting.Key == "vcs.revision" { -- cgit v1.2.3-54-g00ecf