Skip to content

Commit e36a2b1

Browse files
authored
Merge pull request #320 from chef-cft/release-0.5.0
Release 0.5.0
2 parents b1ab29b + c367730 commit e36a2b1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v0.5.0](https://github.com/chef-cft/wombat/tree/v0.5.0) (2017-03-21)
4+
[Full Changelog](https://github.com/chef-cft/wombat/compare/v0.4.3...v0.5.0)
5+
6+
**Merged pull requests:**
7+
8+
- no more Administrator [\#319](https://github.com/chef-cft/wombat/pull/319) ([binamov](https://github.com/binamov))
9+
- Select whether to use Managed Disks or not [\#317](https://github.com/chef-cft/wombat/pull/317) ([russellseymour](https://github.com/russellseymour))
10+
- azure enhancements [\#316](https://github.com/chef-cft/wombat/pull/316) ([binamov](https://github.com/binamov))
11+
- Added Azure Provide Tag for Chef to resources [\#314](https://github.com/chef-cft/wombat/pull/314) ([russellseymour](https://github.com/russellseymour))
12+
- Added support for Azure Managed Disks [\#312](https://github.com/chef-cft/wombat/pull/312) ([russellseymour](https://github.com/russellseymour))
13+
- Remove checksum verification for Google Chrome Chocolatey package [\#307](https://github.com/chef-cft/wombat/pull/307) ([nweddle](https://github.com/nweddle))
14+
315
## [v0.4.3](https://github.com/chef-cft/wombat/tree/v0.4.3) (2017-02-23)
416
[Full Changelog](https://github.com/chef-cft/wombat/compare/v0.4.2...v0.4.3)
517

lib/wombat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Wombat
2-
VERSION = "0.4.3"
2+
VERSION = "0.5.0"
33
end

0 commit comments

Comments
 (0)