From 605190577f60b1f7d3808ffd9d2477362c6df215 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Wed, 30 Dec 2020 10:31:46 -0700 Subject: [PATCH] Added version release notes --- CHANGES.adoc | 7 +++++++ README.adoc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 6fa4171..dcc31c3 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,12 @@ = Changes +== 11.0.0 (2020-12-30) + +* Fixed Circle CI configuration for Bundler config path - Brooke Kuhlmann +* Added Circle CI explicit Bundle install configuration - Brooke Kuhlmann +* Updated to Git Lint 2.0.0 - Brooke Kuhlmann +* Updated to Ruby 3.0.0 - Brooke Kuhlmann + == 10.0.0 (2020-11-15) * Added macOS Big Sur support diff --git a/README.adoc b/README.adoc index 4ab6d53..c275bf8 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 10.0.0 +git checkout 11.0.0 ---- == Usage