diff --git a/CHANGELOG.md b/CHANGELOG.md index d5057f2be686..c9fd0b753578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.2.3705 (2022-04-30) + ### 0.2.3704 (2022-04-29) ### 0.2.3703 (2022-04-29) diff --git a/package.json b/package.json index 8d114c2fee77..6bc6e2f3904a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.3704", + "version": "0.2.3705", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",