From 75e9401ff30ac3968c532bd4dd3886611a78cb96 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Wed, 1 Apr 2020 10:40:58 -0600 Subject: [PATCH] Added version release notes --- CHANGES.adoc | 11 +++++++++++ README.adoc | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index a93abcb..6192b94 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,16 @@ = Changes +== 8.1.0 (2020-04-01) + +- Added README production and development setup instructions +- Updated Circle CI build label +- Updated README screencast to use larger image +- Updated documentation to ASCII Doc format +- Updated to Code of Conduct 2.0.0 +- Updated to Git Cop 4.0.0 +- Updated to Ruby 2.7.1 +- Removed README images + == 8.0.1 (2020-01-01) * Added Startup Security Utility to README. diff --git a/README.adoc b/README.adoc index 53b3882..01e986d 100644 --- a/README.adoc +++ b/README.adoc @@ -59,7 +59,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 8.0.1 +git checkout 8.1.0 ---- === Development