From 48819c9fb7a66293fa0a957c09b3cc4e485f0c18 Mon Sep 17 00:00:00 2001 From: SLO Generator <71889107+slo-generator-bot@users.noreply.github.com> Date: Tue, 29 Aug 2023 13:49:34 +0200 Subject: [PATCH] chore(master): release 2.4.0 (#344) --- CHANGELOG.md | 12 ++++++++++++ setup.cfg | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44f29c2..acb06e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.4.0](https://github.com/google/slo-generator/compare/v2.3.4...v2.4.0) (2023-06-21) + + +### Features + +* add support for Splunk backend ([#335](https://github.com/google/slo-generator/issues/335)) ([5171318](https://github.com/google/slo-generator/commit/51713189f8bf473e7e384ed46653640f282c0dcb)) + + +### Bug Fixes + +* bump version of iSort to avoid non-deterministic error during pre-commit checks ([5542a06](https://github.com/google/slo-generator/commit/5542a065d5ca3d255b84ea20bebe42ff5d8c09aa)) + ## [2.3.4](https://github.com/google/slo-generator/compare/v2.3.3...v2.3.4) (2023-02-27) diff --git a/setup.cfg b/setup.cfg index 176a9268..c2bbf6ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ [metadata] name = slo-generator -version = 2.3.4 +version = 2.4.0 author = Google Inc. author_email = olivier.cervello@gmail.com maintainer = Laurent VAYLET