From 9f0178afe1e1d8956c0f6703ad6b8b604c81f965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Fri, 21 Oct 2022 17:56:52 +0300 Subject: [PATCH] CHANGELOG: mark 0.29.0 as in progress (#5808) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * *: cut 0.29.0-rc.0 (#5806) * *: cut 0.29.0-rc.0 This looks like one of the bigger releases. I suggest releasing this now to make it smaller even though we have some exciting things in the pipeline. Signed-off-by: Giedrius Statkevičius * CHANGELOG: make changes according to suggestions Signed-off-by: Giedrius Statkevičius Signed-off-by: Giedrius Statkevičius * CHANGELOG: mark 0.29.0 as in progress Signed-off-by: Giedrius Statkevičius Signed-off-by: Giedrius Statkevičius --- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed9cce32a..cdef174ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,15 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan We use *breaking :warning:* to mark changes that are not backward compatible (relates only to v0.y.z releases.) -## [v0.29.0](https://github.com/thanos-io/thanos/tree/release-0.29) - 2022.11.03 +## Unreleased + +### Fixed + +### Added + +### Changed + +## [v0.29.0](https://github.com/thanos-io/thanos/tree/release-0.29) - Release in progress ### Fixed - [#5642](https://github.com/thanos-io/thanos/pull/5642) Receive: Log labels correctly in writer debug messages. diff --git a/VERSION b/VERSION index ae6dd4e203..8b0a86f6bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.29.0 +0.30.0-dev