From 2aaa6b726b9b35af4df35a005154dc602ee65ef8 Mon Sep 17 00:00:00 2001 From: nunomaduro Date: Sun, 2 May 2021 22:42:21 +0000 Subject: [PATCH] Update changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 805606b..9adf177 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,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.1.0 (2021-05-02)](https://github.com/pestphp/pest/compare/v1.0.5...v1.1.0) +### Added +- Possibility of "hooks" being added using the "uses" function ([#282](https://github.com/pestphp/pest/pull/282)) + ## [v1.0.5 (2021-03-31)](https://github.com/pestphp/pest/compare/v1.0.4...v1.0.5) ### Added - Add `--browse` option to `pest:dusk` command ([#280](https://github.com/pestphp/pest/pull/280))