From d80b6030864e91e810c249d2b99749218c4ee714 Mon Sep 17 00:00:00 2001 From: Diana Devasia Date: Tue, 12 Mar 2024 14:21:51 -0400 Subject: [PATCH] Release 2.9.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daba6d6b..2f1d6af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [Unreleased] +# [2.9.0] - 2024-03-12 + - Updated go version to 1.22.1 to fix 3 CVEs (#559, @dianadevasia) - Updated the version of golangci to 1.56.2 and disabled depguard rule in golangci (#559, @dianadevasia) @@ -213,7 +215,8 @@ Initial public release. -[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.8.0...HEAD +[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.9.0...HEAD +[2.9.0]: https://github.com/Shopify/toxiproxy/compare/v2.8.0...v2.9.0 [2.8.0]: https://github.com/Shopify/toxiproxy/compare/v2.7.0...v2.8.0 [2.7.0]: https://github.com/Shopify/toxiproxy/compare/v2.6.0...v2.7.0 [2.6.0]: https://github.com/Shopify/toxiproxy/compare/v2.5.0...v2.6.0