diff --git a/CHANGELOG.md b/CHANGELOG.md index 1def1ac..00170cd 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. 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). +## [4.4.0] +- Update dependencies + ## [4.3.4] - Added PHP 7.4 to Travis - Fix issue with test data @@ -50,6 +53,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## 4.0.0 - Initial Release +[4.4.0]: https://github.com/userfrosting/support/compare/4.3.3...4.4.0 [4.3.3]: https://github.com/userfrosting/support/compare/4.3.2...4.3.3 [4.3.2]: https://github.com/userfrosting/support/compare/4.3.1...4.3.2 [4.3.1]: https://github.com/userfrosting/support/compare/4.3.0...4.3.1 diff --git a/composer.json b/composer.json index 42eb4bb..37c4963 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "illuminate/config": "^5.8", "jackiedo/dotenv-editor": "~1.0.7", "php": ">=7.1", - "userfrosting/uniformresourcelocator": "~4.2.1 | ~4.3.0", + "userfrosting/uniformresourcelocator": "~4.2.1 | ~4.3.0 | ~4.4.0", "symfony/yaml": ">=2.1" }, "require-dev": {