From 7abcb6f9cf95d2fb27244435e22b16bda14ab5c3 Mon Sep 17 00:00:00 2001 From: Adam Becevello Date: Wed, 25 Oct 2023 10:54:12 -0400 Subject: [PATCH] Release 2.7.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e65e7b..8d66ceb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [Unreleased] +# [2.7.0] - 2023-10-25 + * Fix invalid JSON in /version endpoint response (#538, @whatyouhide) * Update minimum supported Go version 1.19. (@abecevello) @@ -204,7 +206,8 @@ Initial public release. -[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.6.0...HEAD +[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.7.0...HEAD +[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 [2.5.0]: https://github.com/Shopify/toxiproxy/compare/v2.4.0...v2.5.0 [2.4.0]: https://github.com/Shopify/toxiproxy/compare/v2.3.0...v2.4.0