From 88e66052e6f8b257cf8fd8026111f34f2d9fc8a1 Mon Sep 17 00:00:00 2001 From: vivientran42 <54256762+vivientran42@users.noreply.github.com> Date: Thu, 14 May 2026 12:29:30 +0000 Subject: [PATCH] Release v1.8.0 --- .changes/unreleased/Minor-agent-api.yaml | 3 --- .changes/unreleased/Patch-20260514-104516.yaml | 3 --- .changes/v1.8.0.md | 5 +++++ CHANGELOG.md | 6 ++++++ 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 .changes/unreleased/Minor-agent-api.yaml delete mode 100644 .changes/unreleased/Patch-20260514-104516.yaml create mode 100644 .changes/v1.8.0.md diff --git a/.changes/unreleased/Minor-agent-api.yaml b/.changes/unreleased/Minor-agent-api.yaml deleted file mode 100644 index 4f6d7665..00000000 --- a/.changes/unreleased/Minor-agent-api.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Minor -body: Add agent commands (list, get, create, update, replace, delete, invoke) for Aura Agent API (beta) -time: 2026-05-07T00:00:00Z diff --git a/.changes/unreleased/Patch-20260514-104516.yaml b/.changes/unreleased/Patch-20260514-104516.yaml deleted file mode 100644 index afc20b59..00000000 --- a/.changes/unreleased/Patch-20260514-104516.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Patch -body: 'Fix for issue #112 where a new line at the end of some commands causes a panic' -time: 2026-05-14T10:45:16.980848+01:00 diff --git a/.changes/v1.8.0.md b/.changes/v1.8.0.md new file mode 100644 index 00000000..bbe45007 --- /dev/null +++ b/.changes/v1.8.0.md @@ -0,0 +1,5 @@ +## v1.8.0 - 2026-05-14 +### Minor +* Add agent commands (list, get, create, update, replace, delete, invoke) for Aura Agent API (beta) +### Patch +* Fix for issue #112 where a new line at the end of some commands causes a panic diff --git a/CHANGELOG.md b/CHANGELOG.md index c890c849..81771e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.8.0 - 2026-05-14 +### Minor +* Add agent commands (list, get, create, update, replace, delete, invoke) for Aura Agent API (beta) +### Patch +* Fix for issue #112 where a new line at the end of some commands causes a panic + ## v1.7.0 - 2026-03-11 ### Minor * Add import type config for import job creation