From d1538b6e96e7a82434765d3eda3f81d510f2d1fc Mon Sep 17 00:00:00 2001 From: antonkomarev Date: Thu, 8 Aug 2019 12:39:09 +0300 Subject: [PATCH] Add v8 to changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93690c6c..1cafdefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to `laravel-love` will be documented in this file. ## [Unreleased] +## [8.0.0] - 2019-08-08 + Code has a lot of breaking changes because of new Weighted Reaction System. Follow [upgrade instructions](UPGRADING.md#from-v7-to-v8) to migrate code & database to new structure. @@ -366,7 +368,8 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to - Initial release -[Unreleased]: https://github.com/cybercog/laravel-love/compare/7.2.1...master +[Unreleased]: https://github.com/cybercog/laravel-love/compare/8.0.0...master +[8.0.0]: https://github.com/cybercog/laravel-love/compare/7.2.1...8.0.0 [7.2.1]: https://github.com/cybercog/laravel-love/compare/7.2.0...7.2.1 [7.2.0]: https://github.com/cybercog/laravel-love/compare/7.1.0...7.2.0 [7.1.0]: https://github.com/cybercog/laravel-love/compare/7.0.1...7.1.0