diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a0662..8bd0c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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.16.0] - 2024-10-09 + +- fix: Dockerfile to reduce vulnerabilities [#126] +- build(deps): bump hashicorp/terraform from 1.9.2 to 1.9.7 [#128] + +[v3.16.0]: https://github.com/SumoLogic/sumologic-kubernetes-setup/releases/v3.16.0 +[#126]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/126 +[#128]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/128 + ## [v3.15.1] - 2024-07-01 - chore: use the latest providers files for chart and monitors [#112]