Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Sep 9, 2020
1 parent ed316bd commit d759980
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- ...

## [v0.8.0] - 2020-09-09
## [v0.10.0] - 2020-09-09
### Added
- Laravel 8.0 support

## [v0.9.1] - 2020-08-08
###Fixed
- Corrected error reading from configuration.

## [v0.9.0] - 2020-08-08
###Added
- Introduced a way to configure the database connection for the dag_edges table.

## [v0.8.0] - 2020-07-31
###Added
- Introduced a dagRelationsOf scope to get all relations, eg both ancestors and descendants

## [v0.7.0] - 2020-03-04
### Added
- Laravel 7.0 support
Expand Down Expand Up @@ -100,7 +112,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- A set of tests.
- Minimal documentation.

[Unreleased]: https://github.com/telkins/laravel-dag-manager/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/telkins/laravel-dag-manager/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/telkins/laravel-dag-manager/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/telkins/laravel-dag-manager/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/telkins/laravel-dag-manager/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/telkins/laravel-dag-manager/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/telkins/laravel-dag-manager/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/telkins/laravel-dag-manager/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/telkins/laravel-dag-manager/compare/v0.4.0...v0.5.0
Expand Down

0 comments on commit d759980

Please sign in to comment.