From 182bd7b2d504cc72f18c83b81e2a6170883ce195 Mon Sep 17 00:00:00 2001 From: Travis Elkins Date: Fri, 15 Mar 2019 12:21:56 +0100 Subject: [PATCH] Updated changelog for next release. --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27edca0..4e8a9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Changed -- Minor documentation update/clean-up. - ... +## [0.1.0] - 2019-03-15 +### Added +- Updated the requirements section in [README](README.md) to include minimum PHP version. + +### Changed +- Minor documentation update/clean-up. +- Now supporting Laravel 5.7 and 5.8. +- Updated phpunit version. +- Now using unsigned big integer fields in `dag_edges` table . + ## [0.0.7] - 2018-05-18 ### Added - Introduced an Eloquent model trait, `Telkins\Dag\Models\Traits\IsDagManaged` to assist in some basic, helpful functionality for "DAG managed" models. @@ -52,7 +61,8 @@ 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.0.7...HEAD +[Unreleased]: https://github.com/telkins/laravel-dag-manager/compare/v0.0.8...HEAD +[0.0.8]: https://github.com/telkins/laravel-dag-manager/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/telkins/laravel-dag-manager/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/telkins/laravel-dag-manager/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/telkins/laravel-dag-manager/compare/v0.0.4...v0.0.5