Skip to content
Merged
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this project are documented here. The format follows

## [Unreleased]

## [0.1.1] - 2026-08-22

The security-audit release: every finding of the 2026-08-21 audit and the
2026-08-22 re-audit is closed here, and OpenZeppelin moves to v5.6.1. No
critical, high or medium finding existed; what changed is the EIP-3009
surface, the Controller/Minter invariant, a typed refusal in the deploy
script, CI pinning, and tests. **CREATE2 addresses differ from v0.1.0** --
see Changed.

### Added

- `Eip3009`: the `(v, r, s)` functions EIP-3009 defines --
Expand Down Expand Up @@ -100,4 +109,6 @@ Initial release.
([docs/security-review.md](docs/security-review.md)).
- Documentation: five ADRs, a deployment runbook, and measured gas costs.

[Unreleased]: https://github.com/Zena-park/token-kit/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/Zena-park/token-kit/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/Zena-park/token-kit/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-kit",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "A modular kit for ERC-20 payment tokens — controlled issuance, compliance switches, signature-based transfers; immutable or upgradeable",
"license": "Apache-2.0",
Expand Down