diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a43553ccdb..f3a508389e2b 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.262 (2021-09-24) + ### 0.2.261 (2021-09-23) ### 0.2.260 (2021-09-23) diff --git a/package.json b/package.json index 3fd89ae3a595..7b9e12963ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.261", + "version": "0.2.262", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",