Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.5"
".": "0.1.6"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down