Skip to content

Commit 6fce6eb

Browse files
committed
Prod release 0.89.5
1 parent b3c610b commit 6fce6eb

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ set(QML2_IMPORT_PATH "${BLOCK_SETTLE_ROOT}/BlockSettleSigner/qml" CACHE STRING "
7474
# Terminal, PB, PuB and offline tools share same version for consistency
7575
SET(BS_VERSION_MAJOR 0 )
7676
SET(BS_VERSION_MINOR 89 )
77-
SET(BS_VERSION_PATCH 4 )
77+
SET(BS_VERSION_PATCH 5 )
7878
SET(BS_VERSION_STRING "${BS_VERSION_MAJOR}.${BS_VERSION_MINOR}.${BS_VERSION_PATCH}")
7979

8080
include(GetGitRevisionDescription)

Deploy/Ubuntu/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: bsterminal
2-
Version: 0.89.4
2+
Version: 0.89.5
33
Section: x11
44
Priority: optional
55
Architecture: amd64

Deploy/Windows/bsterminal.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SetCompressor /SOLID lzma
44
# General Symbol Definitions
55
!define COMPANY "BlockSettle AB"
66
!define URL http://blocksettle.com/
7-
!define VERSION "0.89.4"
7+
!define VERSION "0.89.5"
88
!define PRODUCT_NAME "BlockSettle Terminal"
99

1010
# MultiUser Symbol Definitions

changelog.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
{
2-
"latest_version": "0.89.4",
3-
"release_date": "23 May 2020",
2+
"latest_version": "0.89.5",
3+
"release_date": "26 May 2020",
44
"changes": [
5+
{
6+
"version_string": "0.89.5",
7+
"previous_version": "0.89.4",
8+
"release_date": "26 May 2020",
9+
"release_type": "prod",
10+
"improvements": [
11+
"Push ZC retry",
12+
"Disable OTC broadcast"
13+
],
14+
"bug_fixes": [
15+
"Fix offline OTC",
16+
"Offline sign fixes"
17+
],
18+
"revision": "b3c610bac",
19+
"common_revision": "6443f26c"
20+
},
521
{
622
"version_string": "0.89.4",
723
"previous_version": "0.89.3",

common

0 commit comments

Comments
 (0)