diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d71778..e5f4dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +**v5.1.0 (released 2021-06-11):** +- Migrated the CI tests to be run using GitHub Actions instead of Travis CI. [#67](https://github.com/ash-jc-allen/short-url/pull/67) + **v5.0.0 (released 2021-04-18):** - Removed the automatic loading of the migrations and made it mandatory for them to be published. [#61](https://github.com/ash-jc-allen/short-url/pull/61) @@ -74,4 +77,4 @@ were set in the config and affected all new and existing short URLs. - Updated tests and Travis CI configuration for PHP 7.4 testing. **0.0.1 (pre-release):** -- Initial work and pre-release testing. \ No newline at end of file +- Initial work and pre-release testing.