diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b76f7b..2c6055c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.8.0] - 2023-10-12 +- Add support for Aggregator API parameters +- Remove old SupportedBlockchains type + - Hard coding this list into the SDK wasn't ideal + - We support the expected set of assets + networks + - We're adding an endpoint which lists the currently supported assets + networks. + ## [1.7.0] - 2023-05-05 - Add `defaultExperience` parameter - Add `handlingRequestedUrls` parameter and associated `request_open_url` event diff --git a/package.json b/package.json index 1297041..0a40650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/cbpay-js", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs",