Skip to content

Commit 4417345

Browse files
committed
chore(release): Release v0.1.3 [skip ci]
1 parent 4e58ff6 commit 4417345

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

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+
59
## v0.1.2 (2021-06-01)
610
### Performance
711
* **dockerfile:** Use alpine image as base ([`39814b5`](https://github.com/bitcoinvault/api/commit/39814b5c5a87c28c196c2bd88b07313f819388d8))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.1.3"
44

55
setup(
66
name="bitcoinvault-api",

0 commit comments

Comments
 (0)