From 7f6decdd7b51ce6c6a91e9cad06ef4b7a60c8512 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Tue, 12 Nov 2024 16:23:51 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c80000..7ab906e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/prompts/compare/v0.3.1...main) +## [Unreleased](https://github.com/laravel/prompts/compare/v0.3.2...main) + +## [v0.3.2](https://github.com/laravel/prompts/compare/v0.3.1...v0.3.2) - 2024-11-12 + +* [0.3.x] Supports PHP 8.4 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/prompts/pull/167 ## [v0.3.1](https://github.com/laravel/prompts/compare/v0.3.0...v0.3.1) - 2024-10-09