Skip to content

Commit

Permalink
Add release 8.6.0 release to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Oct 2, 2020
1 parent 105f15b commit 6334529
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -4,6 +4,8 @@
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.phpstan.neon export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/CODE_OF_CONDUCT.md export-ignore
Expand Down
14 changes: 11 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,13 +4,19 @@ All notable changes to `laravel-love` will be documented in this file.

## [Unreleased]

## [8.5.0]
## [8.6.0] - 2020-10-02

### Added

- ([#177]) Added accessor methods to aggregates jobs

## [8.5.0] - 2020-09-09

### Added

- ([#176]) Added Laravel 8 support

## [8.4.0]
## [8.4.0] - 2020-05-22

### Added

Expand Down Expand Up @@ -444,7 +450,8 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to

- Initial release

[Unreleased]: https://github.com/cybercog/laravel-love/compare/8.5.0...master
[Unreleased]: https://github.com/cybercog/laravel-love/compare/8.6.0...master
[8.6.0]: https://github.com/cybercog/laravel-love/compare/8.5.0...8.6.0
[8.5.0]: https://github.com/cybercog/laravel-love/compare/8.4.0...8.5.0
[8.4.0]: https://github.com/cybercog/laravel-love/compare/8.3.1...8.4.0
[8.3.1]: https://github.com/cybercog/laravel-love/compare/8.3.0...8.3.1
Expand Down Expand Up @@ -486,6 +493,7 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to
[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

[#177]: https://github.com/cybercog/laravel-love/pull/177
[#176]: https://github.com/cybercog/laravel-love/pull/176
[#165]: https://github.com/cybercog/laravel-love/pull/165
[#161]: https://github.com/cybercog/laravel-love/pull/161
Expand Down

0 comments on commit 6334529

Please sign in to comment.