From 075c31bc78a6ae864de0291c07692b628fbcda56 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 26 Aug 2021 21:17:03 +0100 Subject: [PATCH] release: v1.17.0 --- CHANGELOG.md | 4 ++++ src/Pest.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f576bce5f..f08040812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v1.17.0 (2021-08-26)](https://github.com/pestphp/pest/compare/v1.16.0...v1.17.0) +### Added +- `toThrow` expectation ([#361](https://github.com/pestphp/pest/pull/361)) + ## [v1.16.0 (2021-08-19)](https://github.com/pestphp/pest/compare/v1.15.0...v1.16.0) ### Added - Support for new parallel options ([#369](https://github.com/pestphp/pest/pull/369)) diff --git a/src/Pest.php b/src/Pest.php index 9c921b4d3..ff36b07ee 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ function version(): string { - return '1.16.0'; + return '1.17.0'; } function testDirectory(string $file = ''): string