diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b3639cbeb8..daed1ad867e7 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.274 (2021-10-10) + ### 0.2.273 (2021-10-06) ### 0.2.272 (2021-10-04) diff --git a/package.json b/package.json index 024f88e26a71..b2e4bf36ccea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.273", + "version": "0.2.274", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",