We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426fbca commit 0a99353Copy full SHA for 0a99353
docs/apidocs.yml
@@ -4,7 +4,7 @@ servers:
4
info:
5
title: tx-mining-service API
6
description: This service is used to resolving transactions before propagating them into the network
7
- version: 0.14.1
+ version: 0.15.0
8
paths:
9
/health-check:
10
get:
pyproject.toml
@@ -5,7 +5,7 @@
[tool.poetry]
name = "tx-mining-service"
-version = "0.14.1"
+version = "0.15.0"
package-mode = false
description = "Service to mine transactions"
11
authors = ["Hathor Team <contact@hathor.network>"]
0 commit comments