From 7c85d2cae29d3a6a96f46e327b4c660044200ed9 Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Fri, 26 Mar 2021 11:26:05 +0000 Subject: [PATCH] Update workflow --- .github/workflows/test.yml | 2 ++ CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb6cd2a..e02fa66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,6 +40,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: shivammathur/setup-php@v2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 64118e5..7f30073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## [5.0.1] 2021-03 + +## Added +- Support for `psr/container:2.0` + ## [5.0.0] 2021-01 ## Added