From 878f64a83de18daf7812c557c0c0f70425be39da Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Fri, 6 May 2022 11:11:01 +0200 Subject: [PATCH] chore: update changelog prior to 3.3.0 release Signed-off-by: Dominik Rosiek --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f5da3..687d4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v3.2.2] +## [v3.3.0] - 2022-05-11 + +- add k8s monitors to the setup docker [#32] [#33] + +[v3.3.0]: https://github.com/SumoLogic/sumologic-kubernetes-setup/releases/v3.3.0 +[#32]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/32 +[#33]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/33 + +## [v3.2.2] - 2022-02-03 - chore: update collection to 2.4.1 [#27]