api-breakage
semantic-release 4 years ago committed by github-actions
parent 7cb325b591
commit a99c1bc95f
  1. 4
      CHANGELOG.md
  2. 2
      pyproject.toml

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.11.16 (2022-06-21)
### Fix
* Missing pairs available with default precision ([`7cb325b`](https://github.com/goincrypto/cryptocom-exchange/commit/7cb325b5914ac8b89092f27d8a98eace94809d22))
## v0.11.15 (2022-06-11)
### Sync
* Updated API pairs and coins ([`d36762e`](https://github.com/goincrypto/cryptocom-exchange/commit/d36762eb79c33972603d332473797ac4cfe815fa))

@ -6,7 +6,7 @@ name = "cryptocom-exchange"
packages = [
{include = "cryptocom", from = "src"},
]
version = "0.11.15"
version = "0.11.16"
readme = "README.md"
classifiers = [
"Operating System :: OS Independent",

Loading…
Cancel
Save