Skip to content

Commit

Permalink
Prepare for 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brentm5 committed Nov 1, 2016
1 parent b1357ca commit e092b0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v0.8.0](https://github.com/cvent/octopus-deploy-cookbook/tree/v0.8.0) (2016-11-01)
[Full Changelog](https://github.com/cvent/octopus-deploy-cookbook/compare/v0.7.0...v0.8.0)

**Merged pull requests:**

- Add ability to run tentacle as a specific AD user [\#71](https://github.com/cvent/octopus-deploy-cookbook/pull/71) ([gdavison](https://github.com/gdavison))
- Add attribute to allow tentacle name to be changed on register [\#70](https://github.com/cvent/octopus-deploy-cookbook/pull/70) ([gdavison](https://github.com/gdavison))

## [v0.7.0](https://github.com/cvent/octopus-deploy-cookbook/tree/v0.7.0) (2016-10-04)
[Full Changelog](https://github.com/cvent/octopus-deploy-cookbook/compare/v0.6.5...v0.7.0)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@ DEPENDENCIES
stove

BUNDLED WITH
1.12.4
1.12.4
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
source_url 'https://github.com/cvent/octopus-deploy-cookbook'
issues_url 'https://github.com/cvent/octopus-deploy-cookbook/issues'
version '0.7.0'
version '0.8.0'

depends 'windows', '>= 1.38.0'
depends 'windows_firewall', '~> 3.0'
Expand Down

0 comments on commit e092b0d

Please sign in to comment.