From b4573d5cdefab25240f91a0348bfd86c0769aca7 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 3 Jan 2023 17:20:21 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d960141..788f901a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.4.1...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.5.0...9.x) + +## [v9.5.0](https://github.com/laravel/laravel/compare/v9.4.1...v9.5.0) - 2023-01-02 + +### Changed + +- Update to Heroicons v2 by @driesvints in https://github.com/laravel/laravel/pull/6051 +- Support pusher-js v8.0 by @balu-lt in https://github.com/laravel/laravel/pull/6059 +- Switch password reset email to a primary key by @browner12 in https://github.com/laravel/laravel/pull/6064 ## [v9.4.1](https://github.com/laravel/laravel/compare/v9.4.0...v9.4.1) - 2022-12-19