diff --git a/CHANGELOG.md b/CHANGELOG.md index 4406e89dec5d..8c67940d0f5d 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.165 (2021-07-04) + ### 0.2.164 (2021-07-02) ### 0.2.163 (2021-07-02) diff --git a/package.json b/package.json index 800bb89d1666..3bca61bbe379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.164", + "version": "0.2.165", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",