diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c9e8c89a281d..0c6703ee58d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.9" + ".": "2.9.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 037376089b70..96112eba0444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.9.10](https://github.com/grafana/loki/compare/v2.9.9...v2.9.10) (2024-08-09) + + +### Bug Fixes + +* Update dependencies versions to remove CVE ([#13835](https://github.com/grafana/loki/pull/13835)) ([567bef2](https://github.com/grafana/loki/commit/567bef286376663407c54f5da07fa00963ba5485)) + + ## [2.9.9](https://github.com/grafana/loki/compare/v2.9.8...v2.9.9) (2024-07-04) ### All Changes