We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e58ff6 commit 4417345Copy full SHA for 4417345
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.3 (2021-06-24)
6
+### Fix
7
+* **tx:** Add missing fields for Tx model ([`4e58ff6`](https://github.com/bitcoinvault/api/commit/4e58ff6a86960bc08a78a3e8f9f0edef570355d7))
8
+
9
## v0.1.2 (2021-06-01)
10
### Performance
11
* **dockerfile:** Use alpine image as base ([`39814b5`](https://github.com/bitcoinvault/api/commit/39814b5c5a87c28c196c2bd88b07313f819388d8))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
-__version__ = "0.1.2"
+__version__ = "0.1.3"
setup(
name="bitcoinvault-api",
0 commit comments