diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f87262a..bc7e4aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3da8f8..fcd9746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.16.0](https://github.com/aceobservability/ace/compare/v0.15.0...v0.16.0) (2026-04-27) + + +### Features + +* auto-generated documentation site with VitePress + docgen ([#226](https://github.com/aceobservability/ace/issues/226)) ([093cba3](https://github.com/aceobservability/ace/commit/093cba3d88763da1e0275d648cf69f52cdecbec3)) +* brush-to-zoom on time series charts ([#225](https://github.com/aceobservability/ace/issues/225)) ([eb05c62](https://github.com/aceobservability/ace/commit/eb05c623eda5b3b88a28bb55a647456f1b1db725)) +* dashboard export/import v2 YAML overhaul + themed range sliders ([#222](https://github.com/aceobservability/ace/issues/222)) ([22ef845](https://github.com/aceobservability/ace/commit/22ef8457ba67b07e481e2a77d0639323dcef9e2a)) +* sync crosshair and tooltip across dashboard panels ([#224](https://github.com/aceobservability/ace/issues/224)) ([d4eae34](https://github.com/aceobservability/ace/commit/d4eae34e6b64545b759918215e78b65bf5fd3527)) + ## [0.15.0](https://github.com/aceobservability/ace/compare/v0.14.0...v0.15.0) (2026-04-06) diff --git a/charts/ace/Chart.yaml b/charts/ace/Chart.yaml index 2c489d2..73d1255 100644 --- a/charts/ace/Chart.yaml +++ b/charts/ace/Chart.yaml @@ -4,8 +4,8 @@ description: >- Ace Observability Platform — unified metrics, logs, and traces powered by VictoriaMetrics type: application -version: 0.15.0 -appVersion: 0.15.0 +version: 0.16.0 +appVersion: 0.16.0 keywords: - observability - monitoring