Skip to content

Commit

Permalink
Updating to version 0.9.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdunnio committed Aug 12, 2021
1 parent 898007c commit 4e62506
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.9.2.2

- Added `CoinbasePro.Unauthenticated.singleProduct`

# Version 0.9.2.1

- Use `Runner` instead of `ClientM a -> IO a` where applicable
Expand Down
6 changes: 3 additions & 3 deletions coinbase-pro.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 635d25226a9ae4dce20cd3c85601b8d5e1a2e82222509bff9dafcb9b33038013

name: coinbase-pro
version: 0.9.2.1
version: 0.9.2.2
synopsis: Client for Coinbase Pro
description: Client for Coinbase Pro REST and Websocket APIs
category: Web, Finance
Expand Down Expand Up @@ -123,6 +121,7 @@ executable test-request
, coinbase-pro
, containers >=0.5 && <0.7
, cryptonite >=0.24 && <0.30
, exceptions >=0.4 && <1.0
, http-api-data >=0.3 && <0.5
, http-client >=0.5 && <0.7
, http-client-tls ==0.3.*
Expand Down Expand Up @@ -162,6 +161,7 @@ executable test-stream
, coinbase-pro
, containers >=0.5 && <0.7
, cryptonite >=0.24 && <0.30
, exceptions >=0.4 && <1.0
, http-api-data >=0.3 && <0.5
, http-client >=0.5 && <0.7
, http-client-tls ==0.3.*
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.2.1
version: 0.9.2.2
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 4e62506

Please sign in to comment.