From d78eb3063d8a094d79fec89ed9124694cd531969 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Tue, 1 Jan 2019 12:16:07 -0700 Subject: [PATCH] Added version release notes. --- CHANGES.md | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 313aaf3..eb3411d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,16 @@ +# 7.0.0 (2019-01-01) + +- Fixed Circle CI cache for Ruby version. +- Fixed installation of apps with no extension. +- Fixed program installs. +- Added Circle CI Bundler cache. +- Added README boot disk documentation. +- Added README troubleshooting section. +- Updated to Git Cop 3.0.0. +- Updated to Ruby 2.6.0. +- Removed Java development tools from setup. +- Removed download file function. + # 6.1.0 (2018-11-01) - Updated to Java SE Development Kit 11. diff --git a/README.md b/README.md index 1ab11a2..70be9b4 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Current Version (stable): git clone https://github.com/bkuhlmann/mac_os.git cd mac_os - git checkout 6.1.0 + git checkout 7.0.0 Master Version (unstable):