diff --git a/CHANGELOG.md b/CHANGELOG.md index e883362e15..b894b378a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,6 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Fixed -- [#7970](https://github.com/thanos-io/thanos/pull/7970) Sidecar: Respect min-time setting. - ### Added - [#7907](https://github.com/thanos-io/thanos/pull/7907) Receive: Add `--receive.grpc-service-config` flag to configure gRPC service config for the receivers. @@ -23,6 +21,19 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Removed +## [v0.37.2](https://github.com/thanos-io/thanos/tree/release-0.37) - 11.12.2024 + +### Fixed + +- [#7970](https://github.com/thanos-io/thanos/pull/7970) Sidecar: Respect min-time setting. +- [#7962](https://github.com/thanos-io/thanos/pull/7962) Store: Fix potential deadlock in hedging request. + +### Added + +### Changed + +### Removed + ## [v0.37.1](https://github.com/thanos-io/thanos/tree/release-0.37) - 04.12.2024 ### Fixed