From 3f75258af15e2b806074c1768dc1217fb07ecdc3 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 3 Sep 2024 15:29:06 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da58ca5c..f424c85b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/sail/compare/v1.31.1...1.x) +## [Unreleased](https://github.com/laravel/sail/compare/v1.31.2...1.x) + +## [v1.31.2](https://github.com/laravel/sail/compare/v1.31.1...v1.31.2) - 2024-09-03 + +* fix: fixed swoole extension that gets the SQLSTATE[08006] error by [@pedrovian4](https://github.com/pedrovian4) in https://github.com/laravel/sail/pull/715 ## [v1.31.1](https://github.com/laravel/sail/compare/v1.31.0...v1.31.1) - 2024-08-02