From 93c8c6d946716ba6f2846be733c5ea28b2c0525d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:44:22 +0000 Subject: [PATCH] chore(main): release 0.1.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18e45d5..0f24e47 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f36faa8..b24981d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.6](https://github.com/godaddy/ans/compare/v0.1.5...v0.1.6) (2026-06-10) + + +### Features + +* **verify:** add provider enumeration mode to ans-verify ([#32](https://github.com/godaddy/ans/issues/32)) ([0d80e66](https://github.com/godaddy/ans/commit/0d80e66419770ea9195fda48191b9465efab1600)) + + +### Bug Fixes + +* **tl:** emit DER C2SP checkpoint signatures ([#38](https://github.com/godaddy/ans/issues/38)) ([d94d531](https://github.com/godaddy/ans/commit/d94d531fed392594c0e9246d8a1e5fc8567496df)) + ## [0.1.5](https://github.com/godaddy/ans/compare/v0.1.4...v0.1.5) (2026-06-03)