diff --git a/CHANGELOG.md b/CHANGELOG.md index 938c794..9fd2182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [2.3.0] - 2024-10-21 +- Add Offramp support with `generateOffRampURL` and `initOffRamp` functions + ## [2.2.1] - 2024-08-01 - Added `redirectUrl` widget parameter diff --git a/package.json b/package.json index 12d2dae..ec43c91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coinbase/cbpay-js", "repository": "https://github.com/coinbase/cbpay-js", - "version": "2.2.1", + "version": "2.3.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs",