From bf4f0b0bf2befc182e85bf255c0eb1e3de44ba59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 14:37:37 +0000 Subject: [PATCH] chore(main): release 1.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"