From 9e6046d4ce16174d814cfc4a63d8d42ffbf5c808 Mon Sep 17 00:00:00 2001 From: Michael Dunn Date: Sat, 6 Mar 2021 13:57:02 -0600 Subject: [PATCH] Updated to version 0.9.1.0. --- README.md | 19 +++++++++---------- changelog.md | 10 ++++++++++ coinbase-pro.cabal | 4 ++-- package.yaml | 2 +- 4 files changed, 22 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 08b922a..a85e6ff 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,9 @@ Here is a list of implemented/unimplemented features: - [x] Payment Method - [x] Coinbase - [x] Generate a Crypto Deposit Address - - [ ] Withdrawals + - [x] Withdrawals - [x] List Withdrawals - [x] Single Withdrawal - - [ ] Canceled Withdrawal - [x] Payment Method - [x] Coinbase - [x] Crypto @@ -53,16 +52,16 @@ Here is a list of implemented/unimplemented features: - [x] List Accounts - [x] Fees - [x] Get Current Fees - - [ ] Reports - - [ ] Create a new report - - [ ] Get report status - - [ ] Profiles - - [ ] List Profiles - - [ ] Get a Profile - - [ ] Create a Profile Transfer + - [x] Reports + - [x] Create a new report + - [x] Get report status + - [x] Profiles + - [x] List Profiles + - [x] Get a Profile + - [x] Create a Profile Transfer - [x] User Account - [x] Trailing Volume - - [ ] Margin + - ~~[ ] Margin~~ (Disabled)[https://blog.coinbase.com/coinbase-pro-disables-margin-trading-42f5862f8a66] - [ ] Oracle - [ ] Get Oracle - Websocket Feed diff --git a/changelog.md b/changelog.md index e6ad979..7d06b14 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +# Version 0.9.1.0 + +- Minor refactors + linting. + +## Additional Features + +- Added support for the following endpoints: + - `Profiles` + - `Reports` + # Version 0.9.0.0 - Upgraded to lts-17.4 (ghc 8.10.4) diff --git a/coinbase-pro.cabal b/coinbase-pro.cabal index 1b717e1..27b0ee6 100644 --- a/coinbase-pro.cabal +++ b/coinbase-pro.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: b7a3d129f956cdcb94f75c79fa0e02f7347ed3d87a3812e84acccadbba57023f +-- hash: 99c50583d7d248741138631c4b28753ea1333f29565c1567516c183489a6d05d name: coinbase-pro -version: 0.9.0.0 +version: 0.9.1.0 synopsis: Client for Coinbase Pro description: Client for Coinbase Pro REST and Websocket APIs category: Web, Finance diff --git a/package.yaml b/package.yaml index b6fc12b..599413c 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: coinbase-pro -version: 0.9.0.0 +version: 0.9.1.0 description: Client for Coinbase Pro REST and Websocket APIs homepage: https://github.com/mdunnio/coinbase-pro#readme bug-reports: https://github.com/mdunnio/coinbase-pro/issues