From 0599a45e0b2c734c6b9ed8f6b285b918d8799696 Mon Sep 17 00:00:00 2001 From: antonkomarev Date: Tue, 3 Sep 2019 19:50:18 +0300 Subject: [PATCH] Updated v5 changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676140d7..c413a59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `laravel-love` will be documented in this file. +## [5.3.0] - 2019-09-03 + +### Added + +- ([#114]) Laravel 6 support + ## [5.2.1] - 2018-03-05 ### Added @@ -190,6 +196,7 @@ All notable changes to `laravel-love` will be documented in this file. - Initial release +[5.3.0]: https://github.com/cybercog/laravel-love/compare/5.2.1...5.3.0 [5.2.1]: https://github.com/cybercog/laravel-love/compare/5.2.0...5.2.1 [5.2.0]: https://github.com/cybercog/laravel-love/compare/5.1.1...5.2.0 [5.1.1]: https://github.com/cybercog/laravel-love/compare/5.1.0...5.1.1 @@ -210,3 +217,5 @@ All notable changes to `laravel-love` will be documented in this file. [1.1.2]: https://github.com/cybercog/laravel-love/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/cybercog/laravel-love/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/cybercog/laravel-love/compare/1.0.0...1.1.0 + +[#114]: https://github.com/cybercog/laravel-love/pull/114