Skip to content

Commit

Permalink
Updated changelog for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Mar 15, 2019
1 parent 612887d commit 182bd7b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 182bd7b

Please sign in to comment.