From b0683be14beefcab76a626bc5789064232d8f668 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 26 Nov 2021 17:35:15 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a14c32a..3ca1876f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/sail/compare/v1.12.6...1.x) +## [Unreleased](https://github.com/laravel/sail/compare/v1.12.7...1.x) + + +## [v1.12.7 (2021-11-26)](https://github.com/laravel/sail/compare/v1.12.6...v1.12.7) + +### Changed +- Make PHP 8.1 the default runtime ([#289](https://github.com/laravel/sail/pull/289)) ## [v1.12.6 (2021-11-23)](https://github.com/laravel/sail/compare/v1.12.5...v1.12.6)