diff --git a/CHANGELOG.md b/CHANGELOG.md index edf6bdd2..52ae4a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.17.0](https://github.com/lakekeeper/console/compare/v0.16.0...v0.17.0) (2026-06-24) + + +### Features + +* **ui:** add files tab (storage explorer) to table and generic-table pages ([83f827d](https://github.com/lakekeeper/console/commit/83f827db14817f9fd734c165ae4d15e0c511732c)) +* **ui:** wire header cog maintenance, reload details on update, drop raw tab ([83f827d](https://github.com/lakekeeper/console/commit/83f827db14817f9fd734c165ae4d15e0c511732c)) + ## [0.16.0](https://github.com/lakekeeper/console/compare/v0.15.2...v0.16.0) (2026-06-19) diff --git a/console-rs/Cargo.toml b/console-rs/Cargo.toml index f200fb11..c0427caa 100644 --- a/console-rs/Cargo.toml +++ b/console-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lakekeeper-console" -version = "0.16.0" +version = "0.17.0" edition = "2021" resolver = "2" homepage = "https://github.com/lakekeeper/lakekeeper" diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json index f5521509..0a83d27d 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.16.0"} +{".":"0.17.0"}