Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer committed Sep 12, 2019
1 parent 70aad4f commit 4e08260
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# v1.2.1

- Fix `add` command if `stdout` or `stderr` properties were removed if a new test was added

# v1.2.0

- Add reading envrionment variables from shell
- Add `interval` option for `retries` which allows to execute a retry after a given period of time. I.e. `interval: 50ms`
- Add reading environment variables from shell, i.e. `${PATH}`
- Add `interval` option for `retries` which allows to execute a retry after a given period of time. I.e. `interval: 50ms`

# v1.1.0

Expand Down

0 comments on commit 4e08260

Please sign in to comment.