diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d662d787..23860f90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.4" + ".": "1.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6c1172..5ab551b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/eloqdata/eloqctl/compare/v1.12.4...v1.13.0) (2026-08-30) + + +### Features + +* **dashboard:** add cache and checkpoint observability ([1f8b4b3](https://github.com/eloqdata/eloqctl/commit/1f8b4b36158662d40f2b2fb8f5f34aa15a80311e)) + ## [1.12.4](https://github.com/eloqdata/eloqctl/compare/v1.12.3...v1.12.4) (2026-08-12) diff --git a/Cargo.toml b/Cargo.toml index 4aed52d2..ac6d31cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ members = ["src/cluster_mgr"] resolver = "2" [workspace.package] -version = "1.12.4" +version = "1.13.0" edition = "2021" repository = "https://github.com/eloqdata/eloq_waiter"