diff --git a/CHANGELOG.md b/CHANGELOG.md index d4385b2e0678..a6c510f322de 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.201 (2021-07-19) + ### 0.2.200 (2021-07-19) ### 0.2.199 (2021-07-16) diff --git a/package.json b/package.json index 1a9327a769b3..51bef8117af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.200", + "version": "0.2.201", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",