Skip to content

Commit 123ed14

Browse files
committed
Release 4.0.0-rc4
Co-authored-by: Marco Geweke <[email protected]>
1 parent 3b0c89e commit 123ed14

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# JLineup Release History
22

3+
## Release 4.0.0-rc4
4+
* Use only relevant fields in context hash calculation (fixes bugs if 'before' and 'after' configs differ)
5+
36
## Release 4.0.0-rc3
47
* Use latest Webdrivermanager
58
* Fix Exception with latest Firefox

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ idea {
6161
}
6262

6363
subprojects {
64-
version = '4.0.0-rc4-SNAPSHOT'
64+
version = '4.0.0-rc4'
6565
group = 'de.otto'
6666

6767
targetCompatibility = '1.8'

0 commit comments

Comments
 (0)