diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d2e75c..20bfd253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 1.6.0 +- feature: permission management more closely aligns to brew install +- bugfix: ensure providers load regardless of configured puppet load order +- bugfix: ensure facts work on all puppet versions +- bugfix: ensure packages with 'homebrew-' prefix are not re-installed +- bugfix: do not allow homebrew root install + ## 1.5.0 - feature: allow package to set HOMEBREW_GITHUB_API_TOKEN - feature/bugfix: stop parsing homebrew output, parse response codes instead diff --git a/README.md b/README.md index 74bcc792..3e5cc424 100644 --- a/README.md +++ b/README.md @@ -145,5 +145,6 @@ Credit for logic involved in tapping repositories goes to ## Contributers +- Chris Edester - Jordi Garcia - Kevin James diff --git a/metadata.json b/metadata.json index 45ba298a..e1eab66d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "thekevjames-homebrew", - "version": "1.5.0", + "version": "1.6.0", "author": "thekevjames", "summary": "Homebrew (+brewcask! +taps!) package installer and provider", "license": "Apache-2.0",