From d8e056446406cc87d35ba65f1cc0ecde613c57b8 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Tue, 17 Mar 2020 20:43:33 -0400 Subject: [PATCH 1/2] Update composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From d938abee76045a65aa37b00940b68adea5d64f03 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Tue, 17 Mar 2020 20:44:58 -0400 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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