From 91c742927645f3790b3c7092e9fb08d5c6e3b6fd Mon Sep 17 00:00:00 2001 From: Felipe Cardozo Date: Thu, 14 Nov 2024 22:47:25 -0300 Subject: [PATCH] chore: release fluvio 0.13.0 (#4257) --- CHANGELOG.md | 20 +++++++++++++++++++- VERSION | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bb4cc5b1..3a19dbe7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## Platform Version 0.13.0-dev-1 - Unreleased +## Platform Version 0.13.1-dev-1 - UNRELEASED + +## Platform Version 0.13.0 - 2024-11-14 + +### Added + +* Support producing to specific partition ([#4241](https://github.com/infinyon/fluvio/issues/4241)) +* Support producing by mirror ([#4243](https://github.com/infinyon/fluvio/issues/4243)) + +### Fixed + +* Compatibility issues with old versions ([#4247](https://github.com/infinyon/fluvio/issues/4247)) +* List API compatibility issues with old versions ([#4248](https://github.com/infinyon/fluvio/issues/4248)) + +### Changed + +* Show actual record size when throw maximum request size error ([#4251](https://github.com/infinyon/fluvio/issues/4251)) +* Typo successful ([#4238](https://github.com/infinyon/fluvio/issues/4238)) + ## Platform Version 0.12.1 - 2024-10-31 diff --git a/VERSION b/VERSION index ae76972148..51de3305bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.0-dev-3 \ No newline at end of file +0.13.0 \ No newline at end of file