Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Oct 26, 2018
1 parent 26c0529 commit 142812a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.7.0 - 2018-10-26
### Use humbug box fork

## 0.6.0 - 2018-10-25
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ 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.6.0/dais.phar
wget https://github.com/xendk/dais/releases/download/0.7.0/dais.phar
php dais.phar behat.yml
./vendor/bin/behat --format=junit --out=/tmp/test-reports/behat --format=pretty --out=std
- store_test_results:
Expand Down

0 comments on commit 142812a

Please sign in to comment.