diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a785761e5a4..bc86b3585fa8 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.301 (2021-11-16) + ### 0.2.300 (2021-11-16) ### 0.2.299 (2021-11-16) diff --git a/package.json b/package.json index 53fcc7952b40..b1c0d5e4d8af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.300", + "version": "0.2.301", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",