From 500f8738645d086b2ceec8f758609824ab9e508e Mon Sep 17 00:00:00 2001 From: "hpt-bot[bot]" <170133093+hpt-bot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:35:02 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c861e1..bd427b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} +{".":"0.3.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4420b..4dd7121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/highperformance-tech/ana-cli/compare/v0.3.0...v0.3.1) (2026-04-23) + + +### Features + +* **api:** ana api raw-JSON passthrough verb ([#25](https://github.com/highperformance-tech/ana-cli/issues/25)) ([#26](https://github.com/highperformance-tech/ana-cli/issues/26)) ([b16cadf](https://github.com/highperformance-tech/ana-cli/commit/b16cadfc89925209bbe9f0549302978d5ad3345c)) + ## [0.3.0](https://github.com/highperformance-tech/ana-cli/compare/v0.2.1...v0.3.0) (2026-04-22)