From 6e51157061f512a2273f2eaf5eec4ba2ea5b47d0 Mon Sep 17 00:00:00 2001 From: Chad Pytel Date: Tue, 3 Oct 2023 20:46:53 -0400 Subject: [PATCH] Officially support macOS Sonoma (#638) Sonoma (macOS 14) is officially out. I've validated that the script runs without issue on Sonoma and I've set up a testing environment to maintain it. --- CHANGELOG | 6 ++++++ README.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 025f2cf14..0e0612c84 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## 2023-10-03 + +### Added + +* Support for macOS Sonoma + ## 2022-12-02 ### Added diff --git a/README.md b/README.md index 0fc5dc2d2..6f38a48bf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Requirements We support: +* macOS Sonoma (14.x) on Apple Silicon and Intel * macOS Ventura (13.x) on Apple Silicon and Intel * macOS Monterey (12.x) on Apple Silicon and Intel @@ -222,7 +223,7 @@ the script each time on a fresh install thats ready to go. License ------- -Laptop is © 2011-2022 thoughtbot, inc. +Laptop is © 2011-2023 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the [LICENSE] file.