Skip to content
Snippets Groups Projects
Verified Commit 05a95802 authored by Cecylia Bocovich's avatar Cecylia Bocovich
Browse files

Bump version to v2.9.2

parent eef46b95
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment