Skip to content

Commit faae272

Browse files
committed
Prod release 0.89.6
1 parent 522d06d commit faae272

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
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 5 )
77+
SET(BS_VERSION_PATCH 6 )
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.5
2+
Version: 0.89.6
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.5"
7+
!define VERSION "0.89.6"
88
!define PRODUCT_NAME "BlockSettle Terminal"
99

1010
# MultiUser Symbol Definitions

changelog.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
{
2-
"latest_version": "0.89.5",
3-
"release_date": "26 May 2020",
2+
"latest_version": "0.89.6",
3+
"release_date": "27 May 2020",
44
"changes": [
5+
{
6+
"version_string": "0.89.6",
7+
"previous_version": "0.89.5",
8+
"release_date": "27 May 2020",
9+
"release_type": "prod",
10+
"improvements": [
11+
"Deliver balance through BS proxy"
12+
],
13+
"bug_fixes": [
14+
"Fix release on UTXO reservation for CC trade"
15+
],
16+
"revision": "522d06dc0",
17+
"common_revision": "4ed66b41"
18+
},
519
{
620
"version_string": "0.89.5",
721
"previous_version": "0.89.4",

0 commit comments

Comments
 (0)