From 156ecff5163091cadc3452b046220ace907d33be Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Sat, 22 Jun 2024 18:46:45 +0200 Subject: [PATCH] fix: typo in changelog Signed-off-by: Michael Hoffmann --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09123946..2423c59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,5 +57,5 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#70](https://github.com/thanos-io/objstore/pull/70) GCS: Update cloud.google.com/go/storage version to `v1.27.0`. - [#71](https://github.com/thanos-io/objstore/pull/71) Replace method `IsCustomerManagedKeyError` for a more generic `IsAccessDeniedErr` on the bucket interface. - [#89](https://github.com/thanos-io/objstore/pull/89) GCS: Upgrade cloud.google.com/go/storage version to `v1.35.1`. -- [#123](https://github.com/thanos-io/objstore/pull/123) *: Upgrade minio-go version to `v7.0.71`. +- [#123](https://github.com/thanos-io/objstore/pull/123) *: Upgrade minio-go version to `v7.0.72`. ### Removed