diff --git a/CHANGES.md b/CHANGES.md index 4a1bcbc..d209ad4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# 6.0.0 (2018-10-01) + +- Added XCode install tip. +- Updated boot disk creation to macOS Mojave. +- Updated to Contributor Covenant Code of Conduct 1.4.1. +- Updated to Java SE Development Kit 10. + # 5.0.0 (2018-08-01) - Fixed Markdown ordered list numbering. diff --git a/README.md b/README.md index a61a09f..4e6035d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ the two projects are meant to be used: ## Requirements -1. [macOS High Sierra](https://www.apple.com/macos) (with latest software updates applied) +1. [macOS Mojave](https://www.apple.com/macos) (with latest software updates applied) 1. [Xcode](https://developer.apple.com/xcode) (with accepted license agreement) ## Setup @@ -72,7 +72,7 @@ Current Version (stable): git clone https://github.com/bkuhlmann/mac_os.git cd mac_os - git checkout 5.0.0 + git checkout 6.0.0 Master Version (unstable):