Skip to content

Commit b0ce46c

Browse files
committed
Other: Bridge James v1.8.12
1 parent 6435f7b commit b0ce46c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

5+
## [Bridge 1.8.12] James
6+
7+
### Fixed
8+
* GODT-1432: Check if keys are active before unlocking.
9+
10+
511
## [Bridge 1.8.11] James
612

713
### Fixed
@@ -20,6 +26,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
2026
* GODT-1410: Remove event ID from sentry report description.
2127
* GODT-1395: CI should fail on go.sum changed.
2228

29+
2330
## [Bridge 1.8.10] James
2431

2532
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
1010
.PHONY: build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
1111

1212
# Keep version hardcoded so app build works also without Git repository.
13-
BRIDGE_APP_VERSION?=1.8.11+git
13+
BRIDGE_APP_VERSION?=1.8.12+git
1414
IE_APP_VERSION?=1.3.3+git
1515
APP_VERSION:=${BRIDGE_APP_VERSION}
1616
SRC_ICO:=logo.ico

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: check-go check-godog install-godog test test-bridge test-ie test-live test-live-bridge test-live-ie test-stage test-debug test-live-debug bench
22

33
export GO111MODULE=on
4-
export BRIDGE_VERSION:=1.8.11+integrationtests
4+
export BRIDGE_VERSION:=1.8.12+integrationtests
55
export VERBOSITY?=fatal
66
export TEST_DATA=testdata
77
export TEST_APP?=bridge

0 commit comments

Comments
 (0)