Skip to content

Commit 2578796

Browse files
Merge pull request #87 from HathorNetwork/dev
Release v0.8.1
2 parents a5bd911 + f3ad539 commit 2578796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
with:
5959
push: true
6060
tags: ${{ steps.tags.outputs.tags }}
61-
platforms: linux/amd64,linux/arm64
61+
platforms: linux/amd64
6262
cache-from: type=gha
6363
cache-to: type=gha,mode=max

docs/apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ servers:
44
info:
55
title: tx-mining-service API
66
description: This service is used to resolving transactions before propagating them into the network
7-
version: 0.8.0
7+
version: 0.8.1
88
paths:
99
/health-check:
1010
get:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "tx-mining-service"
8-
version = "0.8.0"
8+
version = "0.8.1"
99
description = "Service to mine transactions"
1010
authors = ["Hathor Team <contact@hathor.network>"]
1111
license = "MIT"

0 commit comments

Comments
 (0)