diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6581ec18..e00fa0aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.188.0" + ".": "1.189.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e44ad4..8134856a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.189.0](https://github.com/diillson/chatcli/compare/v1.188.0...v1.189.0) (2026-08-24) + + +### Features + +* **cost:** real usage across all providers, /cost subcommands, budget gates and session persistence ([#1385](https://github.com/diillson/chatcli/issues/1385)) ([e47e944](https://github.com/diillson/chatcli/commit/e47e944e44cfbd881540d9d82505659f43377f15)) + ## [1.188.0](https://github.com/diillson/chatcli/compare/v1.187.1...v1.188.0) (2026-08-18) diff --git a/deploy/helm/chatcli-operator/Chart.yaml b/deploy/helm/chatcli-operator/Chart.yaml index 09f5af74..86598ebb 100644 --- a/deploy/helm/chatcli-operator/Chart.yaml +++ b/deploy/helm/chatcli-operator/Chart.yaml @@ -4,8 +4,8 @@ description: >- ChatCLI AIOps Operator - Autonomous incident detection, AI analysis, and remediation for Kubernetes type: application -version: 1.188.0 -appVersion: 1.188.0 +version: 1.189.0 +appVersion: 1.189.0 home: https://chatcli.edilsonfreitas.com sources: - https://github.com/diillson/chatcli diff --git a/deploy/helm/chatcli/Chart.yaml b/deploy/helm/chatcli/Chart.yaml index b8ef2e61..e04e2a4d 100644 --- a/deploy/helm/chatcli/Chart.yaml +++ b/deploy/helm/chatcli/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: chatcli description: ChatCLI - CLI for LLM interaction with gRPC server mode type: application -version: 1.188.0 -appVersion: 1.188.0 +version: 1.189.0 +appVersion: 1.189.0 home: https://chatcli.edilsonfreitas.com sources: - https://github.com/diillson/chatcli