Skip to content

Commit

Permalink
v1.8.0 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-winchell-cb authored Oct 12, 2023
1 parent af5283b commit cd6e57c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cd6e57c

Please sign in to comment.