From f5346b06352b0a11f134379161db8d8905e0e863 Mon Sep 17 00:00:00 2001 From: Raj Nishtala Date: Thu, 10 Oct 2024 14:28:53 -0400 Subject: [PATCH] chore: Changelog updates for 0.16.0 --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed73bd6..070657d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,17 @@ 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). -## [v0.16.0] - 2024-10-07 +## [v0.16.0] - 2024-10-10 -- build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.7.1 (#745) -- build(deps): bump github.com/onsi/gomega in /operator (#757) -- build(deps): bump fluent/fluent-bit in /sidecar/fluentbit (#763) -- build(deps): bump golang from 1.22.4 to 1.23.2 in /operator (#764) +- build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.7.1 [#745] +- build(deps): bump github.com/onsi/gomega in /operator [#757] +- build(deps): bump fluent/fluent-bit in /sidecar/fluentbit [#763] +- build(deps): bump golang from 1.22.4 to 1.23.2 in /operator [#764] -[#745] https://github.com/SumoLogic/tailing-sidecar/pull/745 -[#757] https://github.com/SumoLogic/tailing-sidecar/pull/757 -[#763] https://github.com/SumoLogic/tailing-sidecar/pull/763 -[#764] https://github.com/SumoLogic/tailing-sidecar/pull/764 +[#745]: https://github.com/SumoLogic/tailing-sidecar/pull/745 +[#757]: https://github.com/SumoLogic/tailing-sidecar/pull/757 +[#763]: https://github.com/SumoLogic/tailing-sidecar/pull/763 +[#764]: https://github.com/SumoLogic/tailing-sidecar/pull/764 ## [v0.15.0] - 2024-06-27