diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd36dd5f142..1db96a4043a3 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.211 (2021-08-06) + ### 0.2.210 (2021-08-05) ### 0.2.209 (2021-08-04) diff --git a/package.json b/package.json index 0a1c4312b08f..38d0b941a778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.210", + "version": "0.2.211", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",