diff --git a/CHANGELOG.md b/CHANGELOG.md index b3303877..49afd7f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.2](https://github.com/lakekeeper/console/compare/v0.18.1...v0.18.2) (2026-06-27) + + +### Bug Fixes + +* bump console components ([#336](https://github.com/lakekeeper/console/issues/336)) ([b549fd9](https://github.com/lakekeeper/console/commit/b549fd99ac02b238e51534977ad27eab4dc1b551)) + ## [0.18.1](https://github.com/lakekeeper/console/compare/v0.18.0...v0.18.1) (2026-06-27) diff --git a/console-rs/Cargo.toml b/console-rs/Cargo.toml index 80b09ab8..b54572ea 100644 --- a/console-rs/Cargo.toml +++ b/console-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lakekeeper-console" -version = "0.18.1" +version = "0.18.2" 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 113563a6..d184ea8f 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.18.1"} +{".":"0.18.2"}