summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-02-02 10:28:27 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-02-02 10:28:27 -0800
commitc5298daaec5e7729409036d1d1bb46a9532bf41a (patch)
treeceb728e2680afbd98d3861ecb7cdf1b7b5c7351d
parentdfe5d73661c96b28b989022c2ab0a7c2e5e98035 (diff)
downloadchef-zero-c5298daaec5e7729409036d1d1bb46a9532bf41a.tar.gz
update changelog + Rakefile task
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--CHANGELOG.md9
-rw-r--r--Rakefile2
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 990f563..f9ada89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [v5.3.0](https://github.com/chef/chef-zero/tree/v5.3.0) (2017-02-02)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v5.2.0...v5.3.0)
+
+**Merged pull requests:**
+
+- change require per hashie author [\#252](https://github.com/chef/chef-zero/pull/252) ([lamont-granquist](https://github.com/lamont-granquist))
+
## [v5.2.0](https://github.com/chef/chef-zero/tree/v5.2.0) (2017-01-23)
[Full Changelog](https://github.com/chef/chef-zero/compare/v5.1.1...v5.2.0)
@@ -59,7 +66,7 @@
- add normal tags with empty array [\#139](https://github.com/chef/chef-zero/pull/139) ([cl-lab-k](https://github.com/cl-lab-k))
- Increase WEBrick request timeout to 300 seconds [\#138](https://github.com/chef/chef-zero/pull/138) ([kongslund](https://github.com/kongslund))
- Make ChefZero aware of load balancers [\#109](https://github.com/chef/chef-zero/pull/109) ([joshk0](https://github.com/joshk0))
-- disable sslv3 and few unsecure options [\#106](https://github.com/chef/chef-zero/pull/106) ([sawanoboly](https://github.com/sawanoboly))
+- Disable sslv3 and a few insecure options [\#106](https://github.com/chef/chef-zero/pull/106) ([sawanoboly](https://github.com/sawanoboly))
## [v4.7.1](https://github.com/chef/chef-zero/tree/v4.7.1) (2016-07-07)
[Full Changelog](https://github.com/chef/chef-zero/compare/v4.7.0...v4.7.1)
diff --git a/Rakefile b/Rakefile
index f0c0fbf..3275fe7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -70,7 +70,7 @@ begin
config.issues = false
config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
- config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Discussion".split(",")
+ config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Discussion,Meta: Exclude From Changelog".split(",")
end
rescue LoadError
puts "github_changelog_generator is not available. gem install github_changelog_generator to generate changelogs"