From e7141af5317e5bda3be5cfde55db74ce372d0f5a Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Thu, 12 Sep 2024 14:58:46 -0700 Subject: [PATCH 1/2] Update CHANGELOG for release v0.11.0 Signed-off-by: Antonin Bas --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f370f..8aa3479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 0.11.0 09-13-2024 +### Changed +- Bump Go to 1.23. (#365, @antoninbas) +- Add a few log messages to exporter process. (#367, @antoninbas) +- Bump Ubuntu to 24.04 for Docker images. (#369, @antoninbas) ## 0.10.1 09-06-2024 Go module version v0.10.0 has been retracted; it should not be used. ### Fixed From 4caca86e90d1aeac91834c7593d55fc47a1e74a9 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Thu, 12 Sep 2024 14:59:05 -0700 Subject: [PATCH 2/2] Set VERSION to v0.11.0 Signed-off-by: Antonin Bas --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 5a9560e..fd2726c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.11.0-dev +v0.11.0