diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0bc37..2e10251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.13.1](https://github.com/lakekeeper/console/compare/v0.13.0...v0.13.1) (2026-03-24) + + +### Bug Fixes + +* patch ([#231](https://github.com/lakekeeper/console/issues/231)) ([ce5fa40](https://github.com/lakekeeper/console/commit/ce5fa404f266f58fa016a7d206dd569c3c7b9011)) + + +### Miscellaneous Chores + +* claude ([6ece74f](https://github.com/lakekeeper/console/commit/6ece74f13a717c3ee6d927d180a096b18a3f6a2d)) + ## [0.13.0](https://github.com/lakekeeper/console/compare/v0.12.7...v0.13.0) (2026-03-22) diff --git a/console-rs/Cargo.toml b/console-rs/Cargo.toml index 63d221a..57c69e1 100644 --- a/console-rs/Cargo.toml +++ b/console-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lakekeeper-console" -version = "0.13.0" +version = "0.13.1" 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 3fee498..110b8a5 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.13.0"} +{".":"0.13.1"}