From b23d019735528838140ce5e68ab016999440531c Mon Sep 17 00:00:00 2001 From: Can Vural Date: Fri, 3 Jul 2020 17:20:34 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5357a34..d8306fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -## 0.1.1 - 2020-06-20 +## [0.1.2] - 2020-07-03 + +### Added +- Introduced `NoPropertyAccessorRule` to disallow defining and using property accessors in models. + +## [0.1.1] - 2020-06-20 ### Added - New rule to disallow Eloquent local query scopes. @@ -15,5 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Initial release -[Unreleased]: https://github.com/nunomaduro/larastan/compare/v0.1.1...HEAD -[0.1.1]: https://github.com/nunomaduro/larastan/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/canvural/larastan-strict-rules/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/canvural/larastan-strict-rules/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/canvural/larastan-strict-rules/compare/v0.1.0...HEAD