From 024e184898a9623a353b0803d4b5ea9630e3b347 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:19:14 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9c6a481..d0ab664 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.2" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c1663ed..ba9d185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/grafana/mimir-proxies/compare/v1.1.2...v1.2.0) (2024-12-02) + + +### Features + +* utilities for manipulating blocks ([#152](https://github.com/grafana/mimir-proxies/issues/152)) ([9e2e794](https://github.com/grafana/mimir-proxies/commit/9e2e7946c33b256ee474b804b42e58c0da61bf82)) + + +### Bug Fixes + +* add optional params to remoteread api for client_golang 1.20.x ([#207](https://github.com/grafana/mimir-proxies/issues/207)) ([03b451c](https://github.com/grafana/mimir-proxies/commit/03b451cc4a0816fce917bac7dc683bb526f4a2d7)) + ## [1.1.2](https://github.com/grafana/mimir-proxies/compare/v1.1.1...v1.1.2) (2024-03-19)