Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Nov 23, 2018
1 parent ef77842 commit 350e368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.8.0 - 2018-11-23
### Added
- Wait for up to a minute if environment or activity doesn't exist yet

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- run: |
echo "date.timezone = UTC" | sudo tee /usr/local/etc/php/conf.d/date.ini
composer install
wget https://github.com/xendk/dais/releases/download/0.7.4/dais-0.7.4.phar
php dais-0.7.4.phar behat.yml
wget https://github.com/xendk/dais/releases/download/0.8.0/dais-0.8.0.phar
php dais-0.8.0.phar behat.yml
./vendor/bin/behat --format=junit --out=/tmp/test-reports/behat --format=pretty --out=std
- store_test_results:
path: /tmp/test-reports/
Expand Down

0 comments on commit 350e368

Please sign in to comment.