diff --git a/CHANGELOG.md b/CHANGELOG.md index 224251c..b2bdef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +# 0.26.0 (2025-09-01) +* Add http2 support to yab +* Fix flaky unit test TestBenchmarkStateGetQuantileSuccess + # 0.25.0 (2025-08-12) * Fix invalid reference to syscall.recvmsg * Optionally encode binary in thrift responses in the same way as requests diff --git a/version.go b/version.go index ba51c94..4547189 100644 --- a/version.go +++ b/version.go @@ -22,4 +22,4 @@ package main // versionString is the sem-ver version string for yab. // It will be bumped explicitly on releases. -var versionString = "0.25.0" +var versionString = "0.26.0"