Skip to content

Commit 5b688c6

Browse files
Merge pull request #31 from deep-security/task/update_cookbook_version
Version Bump
2 parents 815bb27 + ed7ddbb commit 5b688c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.0.0] - 2020-04-16
10+
## [2.0.0] - 2020-04-17
1111

1212
### Added
1313

1414
- Initial scripts from [@nimesh-jethwa](https://github.com/nimesh-jethwa).
1515

16-
[Unreleased]: https://github.com/deep-security/chef-agent/compare/v1.0.0...HEAD
17-
[1.0.0]: https://github.com/deep-security/chef-agent/releases/tag/v1.0.0
16+
[Unreleased]: https://github.com/deep-security/chef-agent/compare/v2.0.0...HEAD
17+
[2.0.0]: https://github.com/deep-security/chef-agent/releases/tag/v2.0.0

metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
license 'All rights reserved'
55
description 'Installs/Configures the Workload Security Agent'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.0.0'
7+
version '2.0.0'
88

9-
depends 'aws', '>= 8.0.4'
9+
depends 'aws', '>= 8.2.0'

0 commit comments

Comments
 (0)