Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
canvural committed Jul 3, 2020
1 parent 39abe81 commit b23d019
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit b23d019

Please sign in to comment.