From 82d50299c737ea1e06b6861e11fa69f3b973d55a Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 27 Feb 2021 15:36:46 -0700 Subject: [PATCH] Added version release notes --- CHANGES.adoc | 14 ++++++++++++++ README.adoc | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index bea7643..9c585cc 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,19 @@ = Changes +== 11.2.0 (2021-02-27) + +* Added Apple Silicon instructions - Brooke Kuhlmann +* Added CPU utility function - Brooke Kuhlmann +* Added Homebrew install function - Brooke Kuhlmann +* Added Homebrew utility path functions - Brooke Kuhlmann +* Added Rosetta to development tools install script - Brooke Kuhlmann +* Added environment configuration for scripts - Brooke Kuhlmann +* Updated to Circle CI 2.1.0 - Brooke Kuhlmann +* Updated to Docker Alpine Ruby image - Brooke Kuhlmann +* Refactored installer functions to be alphabetically sorted - Brooke Kuhlmann +* Refactored utility functions to be alphabetically sorted - Brooke Kuhlmann +* Refactored verifier functions to be alphabetically sorted - Brooke Kuhlmann + == 11.1.1 (2021-01-10) * Fixed brew formulae list error - Brooke Kuhlmann diff --git a/README.adoc b/README.adoc index 4a950b9..2bca4d7 100644 --- a/README.adoc +++ b/README.adoc @@ -57,7 +57,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 11.1.1 +git checkout 11.2.0 ---- == Usage