From 1476d4e01f5a41926f125995abf6953e07ba5fe3 Mon Sep 17 00:00:00 2001 From: Attila Fulop Date: Fri, 6 Oct 2017 12:31:08 +0300 Subject: [PATCH] Release v1.0.0 --- Changelog.md | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..792e4a7 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,10 @@ +# Changelog +### Konekt Enum Eloquent + +## 1.0 + +### 1.0.0 +###### 2017-10-06 + +- Initial release for Enum 2.0+, Eloquent 5.0 - 5.5 +- Works likes Eloquent's `$cast` property on models, but internally hooks into the mutator/accessor mechanism diff --git a/README.md b/README.md index 45d1368..59a70b0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This package provides support for auto casting [konekt enum](https://github.com/ > Supported Konekt Enum versions are 2.0+ and Eloquent 5.0+ +[Changelog](Changelog.md) + ## Installation `composer require konekt/enum-eloquent`