diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d67390..ee2bc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1 - 2019-09-03 ### Changed - HTTPS URLs on environments with Basic Auth now include username and password in url. diff --git a/README.md b/README.md index 7f59408..081e630 100644 --- a/README.md +++ b/README.md @@ -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.8.0/dais-0.8.0.phar - php dais-0.8.0.phar behat.yml + wget https://github.com/xendk/dais/releases/download/0.8.1/dais-0.8.1.phar + php dais-0.8.1.phar behat.yml ./vendor/bin/behat --format=junit --out=/tmp/test-reports/behat --format=pretty --out=std - store_test_results: path: /tmp/test-reports/