File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
5
+ ## [ Bridge 1.8.12] James
6
+
7
+ ### Fixed
8
+ * GODT-1432: Check if keys are active before unlocking.
9
+
10
+
5
11
## [ Bridge 1.8.11] James
6
12
7
13
### Fixed
@@ -20,6 +26,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
20
26
* GODT-1410: Remove event ID from sentry report description.
21
27
* GODT-1395: CI should fail on go.sum changed.
22
28
29
+
23
30
## [ Bridge 1.8.10] James
24
31
25
32
### Fixed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
10
10
.PHONY : build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
11
11
12
12
# 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
14
14
IE_APP_VERSION? =1.3.3+git
15
15
APP_VERSION: =${BRIDGE_APP_VERSION}
16
16
SRC_ICO: =logo.ico
Original file line number Diff line number Diff line change 1
1
.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
2
2
3
3
export GO111MODULE =on
4
- export BRIDGE_VERSION: =1.8.11 +integrationtests
4
+ export BRIDGE_VERSION: =1.8.12 +integrationtests
5
5
export VERBOSITY? =fatal
6
6
export TEST_DATA =testdata
7
7
export TEST_APP? =bridge
You can’t perform that action at this time.
0 commit comments