From 0c5d25c55a24cbf22551720f065fafa8cc64851f Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Mon, 29 Jan 2024 16:44:43 -0800 Subject: [PATCH] chore: release fluvio v0.11.4 (#3839) --- CHANGELOG.md | 19 ++++++++++++++++++- VERSION | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37101a0faa..3bd97c08b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## Platform Version 0.11.4 - UNRELEASED +## Platform Version 0.11.4 - 2024-01-27 + +### Added + +* Small updates to admin::delete and consumer docs ([#3827](https://github.com/infinyon/fluvio/issues/3827)) +* Add Encoder and Decoder impl to float rust types ([#3834](https://github.com/infinyon/fluvio/issues/3834)) + +### Changed + +* Update README.md ([#3835](https://github.com/infinyon/fluvio/issues/3835)) + +### Fixed + +* Fluvio cluster start, improve message when cluster still running ([#3832](https://github.com/infinyon/fluvio/issues/3832)) + +### Removed + +* Remove separate `cdk` installation ([#3833](https://github.com/infinyon/fluvio/issues/3833)) ## Platform Version 0.11.3 - 2024-01-15 diff --git a/VERSION b/VERSION index 9fdd293175..aa3545de45 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.4-dev-1 \ No newline at end of file +0.11.4 \ No newline at end of file