Skip to content

Commit

Permalink
Merge pull request #46 from ar-io/bump-version
Browse files Browse the repository at this point in the history
fix(version): update changelog and version
  • Loading branch information
atticusofsparta authored Dec 4, 2024
2 parents 89fee3a + 4c8f38e commit ddb9f48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [9] - [ezS3Z57rq_0skoG0WYmIqJ33mJiu0HbYNn9vEu12Mc4] - (2024-12-4)

### Changed

- Added Ethereum address support.
- Added Allow-Unsafe-Addresses flag to allow skipping of address validation for future compatibility with different signature algorithms on the below API's.
- Transfer
- Add-Controller
- Balance
- Approve-Primary-Name

## [8] - [XP9_LFTae8C0yvCb_DUJaC5LXaiZIbiGT1yY25X0JCg] - (2024-11-25)

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// TODO: make this an auto generated file

export default '9-pre';
export default '9';

0 comments on commit ddb9f48

Please sign in to comment.