From 9a5970826f826d5358ae2c5fb9ad86883eb1b5ef Mon Sep 17 00:00:00 2001 From: Thomas Fini Hansen Date: Fri, 26 Oct 2018 12:11:48 +0200 Subject: [PATCH] Release 0.7.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3f625..1f77ed7 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.7.1 - 2018-10-26 ### Changed - Fetch box.phar instead of using composer install diff --git a/README.md b/README.md index 50bb49e..487f42b 100644 --- a/README.md +++ b/README.md @@ -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.7.0/dais.phar + wget https://github.com/xendk/dais/releases/download/0.7.1/dais.phar php dais.phar behat.yml ./vendor/bin/behat --format=junit --out=/tmp/test-reports/behat --format=pretty --out=std - store_test_results: