api-breakage
semantic-release 3 years ago committed by github-actions
parent da62f47cb5
commit 0618a4e7ee
  1. 4
      CHANGELOG.md
  2. 2
      pyproject.toml

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.12.0 (2022-10-17)
### Feature
* Improved ssl error handling or empty data ([`da62f47`](https://github.com/goincrypto/cryptocom-exchange/commit/da62f47cb53d14b52176e5207519b6a1c1e1a8fc))
## v0.11.18 (2022-10-17)
### Fix
* Updated to use python 3.10.7 ([`b639d4d`](https://github.com/goincrypto/cryptocom-exchange/commit/b639d4d8a0b6ac5dab52015e3a97315dd88a9d50))

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

Loading…
Cancel
Save