From cd6e57cc6191607a8017349ef3d0c38936c0efb2 Mon Sep 17 00:00:00 2001 From: zack-winchell-cb <100614639+zack-winchell-cb@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:42:26 -0700 Subject: [PATCH] v1.8.0 (#200) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",