Skip to content

Commit

Permalink
chore: release fluvio 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Jan 9, 2025
1 parent 19f705f commit 5888ff4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<box<_>> ([#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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.14.1

0 comments on commit 5888ff4

Please sign in to comment.