From 4421353245bd4e22b72b1c776199f8d8adb92986 Mon Sep 17 00:00:00 2001 From: Felipe Cardozo Date: Thu, 9 Jan 2025 11:06:30 -0300 Subject: [PATCH] chore: release fluvio 0.14.1 (#4312) --- CHANGELOG.md | 17 +++++++++++++++++ VERSION | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bca25e62c0..0002a27853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## Platform Version 0.14.1 - 2025-01-08 + +### Added + +* Enhance IncompatibleLocalClusterVersion error message ([#4303](https://github.com/infinyon/fluvio/issues/4303)) + +### Changed + +* Wrap offset_flush return in pin> ([#4306](https://github.com/infinyon/fluvio/issues/4306)) +* Use box future ([#4307](https://github.com/infinyon/fluvio/issues/4307)) +* Update README.md ([#4309](https://github.com/infinyon/fluvio/issues/4309)) + +### Fixed + +* Fix how check if a package is uploaded ([#4302](https://github.com/infinyon/fluvio/issues/4302)) + + ## Platform Version 0.14.0 - 2024-12-14 ### Added diff --git a/VERSION b/VERSION index 0548fb4e9b..c39e9c5fbc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 \ No newline at end of file +0.14.1 \ No newline at end of file