diff --git a/changelog.md b/changelog.md index 7d06b14..9847034 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +# Version 0.9.2.0 + +Feature complete! (except FIX) + +## Additional Features + +- Added support for the following endpoints: + - stablecoin conversions + - oracle + # Version 0.9.1.0 - Minor refactors + linting. diff --git a/package.yaml b/package.yaml index 599413c..01c2e97 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: coinbase-pro -version: 0.9.1.0 +version: 0.9.2.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