diff --git a/CHANGELOG.md b/CHANGELOG.md index a74cb58e..8544b2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.0](https://github.com/lakekeeper/console/compare/v0.20.0...v0.21.0) (2026-07-17) + + +### Features + +* **cache:** precompute weak ETag per cache entry ([#351](https://github.com/lakekeeper/console/issues/351)) ([4ea3416](https://github.com/lakekeeper/console/commit/4ea3416865df436577c0e9c7a7f04f2c0da52e3f)) + ## [0.20.0](https://github.com/lakekeeper/console/compare/v0.19.2...v0.20.0) (2026-07-12) diff --git a/console-rs/Cargo.toml b/console-rs/Cargo.toml index a0981260..f3519cda 100644 --- a/console-rs/Cargo.toml +++ b/console-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lakekeeper-console" -version = "0.20.0" +version = "0.21.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 5cd06305..6227beb4 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.20.0"} +{".":"0.21.0"}