Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 11, 2021
1 parent 32044fd commit 28c674a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Release Notes

## [Unreleased](https://github.com/laravel/breeze/compare/v1.1.6...1.x)
## [Unreleased](https://github.com/laravel/breeze/compare/v1.1.7...1.x)


## [v1.1.7 (2021-05-11)](https://github.com/laravel/breeze/compare/v1.1.6...v1.1.7)

### Changed
- Uses password rule by default ([#65](https://github.com/laravel/breeze/pull/65))

### Fixed
- Use boolean() instead of filled() ([#68](https://github.com/laravel/breeze/pull/68))
- Fix create method docblock return value ([#69](https://github.com/laravel/breeze/pull/69))


## [v1.1.6 (2021-04-27)](https://github.com/laravel/breeze/compare/v1.1.5...v1.1.6)
Expand Down

0 comments on commit 28c674a

Please sign in to comment.