Skip to content

Commit 4a821bf

Browse files
committed
version bump to 2.0.0, update CHANGELOG.md
Signed-off-by: Philipp Pixel <[email protected]>
1 parent 207668c commit 4a821bf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [v1.2.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.1.0) - 2020-02-21
7+
## [v2.0.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v2.0.0) - 2020-02-21
8+
9+
Heads-up: Breaking change ahead!
10+
11+
This version changes a hardcoded repository name into a changeable repository name in the `withMavenSettings.mvnWithSettings()` part. It does default to `maven-central` though. But if the need arises to choose a different repository, the new signature looks like this:
12+
```
13+
withMavenSettings.mvnWithSettings nexusCredentials, cesFQDN, yourDifferentRepositoryName, mvnCallArgs
14+
```
815

916
### Added
1017
- new lib function for running E2E tests with pure `Selenium` without the help of `Zalenium`
@@ -18,6 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1825
- Please note that the method `generateZaleniumJobName()` may be removed in future releases
1926
- `generateJobName` now uses `-` instead of `_` because of possible problems when used as DNS name
2027

28+
### Bugfix
29+
30+
The release v1.2.0 introduced a defect in which the default Nexus mirror repository name was not properly set. This releases removes this defect (#9)
31+
32+
## [v1.2.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.1.0) - 2020-02-21
33+
34+
This release contains breaking changes and should not be used. Instead use the release v2.0.0
35+
2136
## [v1.1.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.1.0) - 2019-09-18
2237

2338
### Added

0 commit comments

Comments
 (0)