diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd41971cb..dbf8cfce56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## Platform Version 0.11.12-dev - UNRELEASED +## Platform Version 0.11.12-dev - 2024-09-13 + +### Added + +* Update mirror status when find errors on spu (#4120) +* Upgrade cluster for local (#4138) +* Provide `wasm32-unknown-unknown` support for `hub-util` (#4151) +* Sysflag to list (#4156) + +### Fixed + +* Fluvio.io doc linkss from various README.md and other docs (#4141) +* Better error when watch api versions are not compatible (#4149) +* Disable local upgrade test until fix it (#4158) +* Update sysinfo and fix fd leak on linux (#4163) +* Cdk use preferred target for compatibility for default build target (#4168) +* Implement profile export toml and make it default option (#4172) +* Concurrency problems at local metadata store (#4175) +* Profile export, full config, add cli test (#4179) + +### Changed + +* 0.11.11 post-release (#4130) +* Add serde default to multiple connector configs (#4132) +* Update wasmtime and wasi-common to 23.0.2 (#4135) +* Clean up not used dependencies (#4146) +* Add list with meta endpoint (#4152) +* Fix typo (#4153) +* Fix typos (#4157) +* Update Rust `1.81` (#4167) +* Add weekly ci (#4176) + + +### Remove + +* Unused import (#4139) ## Platform Version 0.11.11 - 2024-08-05 diff --git a/VERSION b/VERSION index 946b1e1135..5746d36d5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.12-dev-1 \ No newline at end of file +0.11.12 \ No newline at end of file