diff --git a/changelog.md b/changelog.md index 1a2b371..5b6fa74 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/coinbase-pro.cabal b/coinbase-pro.cabal index ecf401a..8308f83 100644 --- a/coinbase-pro.cabal +++ b/coinbase-pro.cabal @@ -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 @@ -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.* @@ -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.* diff --git a/package.yaml b/package.yaml index 7921ae2..e8ae285 100644 --- a/package.yaml +++ b/package.yaml @@ -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