Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoryan committed May 9, 2024
1 parent 047638d commit 0556112
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.9.13

- Added `USDT` MATIC token to resolver list
- Added `WETH` token to resolver list

## v0.9.12

- Upgraded `UNSRegistry` and `MintingManager` on Polygon Mainnet
Expand Down Expand Up @@ -139,7 +144,7 @@

## v0.8.28

- ENSCustody@0.1.3 - Added `owner` parameter into `data` when depositing into custody
- ENSCustody@0.1.3 - Added `owner` parameter into `data` when depositing into custody

## v0.8.27

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uns",
"version": "0.9.12",
"version": "0.9.13",
"description": "UNS contracts and tools",
"repository": "https://github.com/unstoppabledomains/uns.git",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion resolver-keys.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.32",
"version": "2.1.33",
"information": {
"description": "This file describes all resolver keys with a defined meaning and related metadata used by Unstoppable Domains UNS Registry",
"documentation": "https://docs.unstoppabledomains.com/developer-toolkit/records-reference/",
Expand Down

0 comments on commit 0556112

Please sign in to comment.