Skip to content

Commit 619fec1

Browse files
committed
bump version to 2.0.0
Signed-off-by: Patrick Münch <[email protected]>
1 parent 36a2bf7 commit 619fec1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
**Merged pull requests:**
1111

12+
- 1.1.0, add changelog, update gems [\#22](https://github.com/dev-sec/chef-postgres-hardening/pull/22) ([chris-rock](https://github.com/chris-rock))
1213
- upgrade to Berkshelf 4 [\#21](https://github.com/dev-sec/chef-postgres-hardening/pull/21) ([chris-rock](https://github.com/chris-rock))
1314
- update common kitchen.yml platforms [\#20](https://github.com/dev-sec/chef-postgres-hardening/pull/20) ([chris-rock](https://github.com/chris-rock))
1415
- add copyright header [\#19](https://github.com/dev-sec/chef-postgres-hardening/pull/19) ([chris-rock](https://github.com/chris-rock))

Rakefile

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ task :rubocop do
4747
RuboCop::RakeTask.new
4848
end
4949

50+
# Automatically generate a changelog for this project. Only loaded if
51+
# the necessary gem is installed.
5052
# Automatically generate a changelog for this project. Only loaded if
5153
# the necessary gem is installed.
5254
begin
@@ -58,6 +60,8 @@ begin
5860
require 'github_changelog_generator/task'
5961
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
6062
config.future_release = "v#{metadata.version}"
63+
config.user = 'dev-sec'
64+
config.project = 'chef-postgres-hardening'
6165
end
6266
rescue LoadError
6367
puts '>>>>> GitHub Changelog Generator not loaded, omitting tasks'

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
license 'Apache v2.0'
66
description 'Installs and configures a secure posgres server'
77
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
8-
version '1.2.0'
8+
version '2.0.0'
99

1010
depends 'postgresql', '>= 6.0.0'
1111

0 commit comments

Comments
 (0)