From d7599804d734975852805b2c8f5b0be50cfe8eff Mon Sep 17 00:00:00 2001 From: Travis Elkins Date: Wed, 9 Sep 2020 11:54:36 +0200 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cb01a..2b38373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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