Skip to content

Commit a559664

Browse files
committed
chore(release): Release v0.1.2 [skip ci]
1 parent 39814b5 commit a559664

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.2 (2021-06-01)
6+
### Performance
7+
* **dockerfile:** Use alpine image as base ([`39814b5`](https://github.com/bitcoinvault/api/commit/39814b5c5a87c28c196c2bd88b07313f819388d8))
8+
59
## v0.1.1 (2021-03-19)
610
### Fix
711
* **richestwallets:** Fix possibility to return more than 20 of richest wallets ([#11](https://github.com/bitcoinvault/api/issues/11)) ([`8482a14`](https://github.com/bitcoinvault/api/commit/8482a146321f405a10b05fb923433f8be8873004))

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.1"
3+
__version__ = "0.1.2"
44

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

0 commit comments

Comments
 (0)