Skip to content

Commit e898212

Browse files
committed
Update CHANGELOG.md and README.md ready for next release.
1 parent 99a2273 commit e898212

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
* Fix #55 Relative file paths are now supported again.
88
* Fix #57 NPE's being thrown if a repository map what not explicitly specified.
9+
* Fix #51 NPE no longer thrown if RepositoryMap.xml is invalid, instead you will see an error telling you the repository map is not valid
10+
* Fix #48 Add support for Arm binaries for Geckodriver
911

1012
##Version 1.0.13 Release Notes
1113

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Default Usage
1818
<plugin>
1919
<groupId>com.lazerycode.selenium</groupId>
2020
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
21-
<version>1.0.13</version>
21+
<version>1.0.14</version>
2222
<configuration>
2323
<!-- root directory that downloaded driver binaries will be stored in -->
2424
<rootStandaloneServerDirectory>/my/location/binaries</rootStandaloneServerDirectory>
@@ -46,7 +46,7 @@ Advanced Usage
4646
<plugin>
4747
<groupId>com.lazerycode.selenium</groupId>
4848
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
49-
<version>1.0.13</version>
49+
<version>1.0.14</version>
5050
<configuration>
5151
<!-- root directory that downloaded driver binaries will be stored in -->
5252
<rootStandaloneServerDirectory>/tmp/binaries</rootStandaloneServerDirectory>

0 commit comments

Comments
 (0)