Skip to content

Commit

Permalink
Updated to version 0.9.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdunnio committed Mar 6, 2021
1 parent 9c4b3e0 commit 9e6046d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions coinbase-pro.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e6046d

Please sign in to comment.