Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 3, 2020
1 parent bde4f4f commit 0cf69f7
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
# Release Notes

## [Unreleased](https://github.com/laravel/jetstream/compare/v1.5.0...1.x)
## [Unreleased](https://github.com/laravel/jetstream/compare/v1.6.0...1.x)


## [v1.6.0 (2020-11-03)](https://github.com/laravel/jetstream/compare/v1.5.3...v1.6.0)

### Added
- PHP 8 Support ([#416](https://github.com/laravel/jetstream/pull/416))

### Fixed
- Delete user tokens when user is deleted ([#406](https://github.com/laravel/jetstream/pull/406), [5bc500e](https://github.com/laravel/jetstream/commit/5bc500e65c69f9bee8667de9287d18369b24b793))
- Fix composer memory limit crashes ([#412](https://github.com/laravel/jetstream/pull/412))
- Update `TwoFactorAuthenticationForm.vue` ([#417](https://github.com/laravel/jetstream/pull/417))


## [v1.5.3 (2020-10-27)](https://github.com/laravel/jetstream/compare/v1.5.2...v1.5.3)

### Fixed
- Fix Livewire Modal Closing Issue By Bumping Alpine To `2.7.3` ([#404](https://github.com/laravel/jetstream/pull/404))
- Delete the users profile picture ([#399](https://github.com/laravel/jetstream/pull/399))


## [v1.5.2 (2020-10-27)](https://github.com/laravel/jetstream/compare/v1.5.1...v1.5.2)

### Added
- Adds custom redirects after creating or deleting a team ([#383](https://github.com/laravel/jetstream/pull/383), [ef3382d](https://github.com/laravel/jetstream/commit/ef3382d316b763211f25eaa7e1ba09ec373d0508))

### Changed
- Make team show use policies ([#379](https://github.com/laravel/jetstream/pull/379))
- Use ziggy current method to check active link ([#402](https://github.com/laravel/jetstream/pull/402))

### Fixed
- Add missing trait ([#385](https://github.com/laravel/jetstream/pull/385))
- Slot Empty Checking & Return Default Value ([#389](https://github.com/laravel/jetstream/pull/389))
- Constrain Ziggy version to `^0.9.4` ([#395](https://github.com/laravel/jetstream/pull/395))


## [v1.5.1 (2020-10-21)](https://github.com/laravel/jetstream/compare/v1.5.0...v1.5.1)

### Fixed
- Lock `inertiajs/inertia-laravel` to `^0.2.4` ([#371](https://github.com/laravel/jetstream/pull/371))


## [v1.5.0 (2020-10-20)](https://github.com/laravel/jetstream/compare/v1.4.1...v1.5.0)
Expand Down

0 comments on commit 0cf69f7

Please sign in to comment.