From 5c1c454aa9b3961414fee241313dc8a3e6a1aa8d Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Tue, 26 Nov 2024 15:29:50 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 526cd0f9..06e8a31d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/sail/compare/v1.38.0...1.x) +## [Unreleased](https://github.com/laravel/sail/compare/v1.39.0...1.x) + +## [v1.39.0](https://github.com/laravel/sail/compare/v1.38.0...v1.39.0) - 2024-11-25 + +* [1.x] Use Ubuntu 24.04 and Node 22 by [@Jubeki](https://github.com/Jubeki) in https://github.com/laravel/sail/pull/758 ## [v1.38.0](https://github.com/laravel/sail/compare/v1.37.1...v1.38.0) - 2024-11-11