Skip to content

Commit

Permalink
release v3.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Chisamore <[email protected]>
  • Loading branch information
schisamo committed Jul 17, 2016
1 parent a36cbf9 commit df0cef8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ Chef Sugar Changelog
=========================
This file is used to list changes made in each version of the chef-sugar cookbook and gem.

v3.4.0 (2016-07-18)
-------------------
### Improvements
- Add `virtual?` and `physical?` methods
- Add Scaleway C1 server (arm arch) support
- Add IMB s390x support
- Add missing Ubuntu release names

### Bug Fixes
- Drop Ruby 2.0.0 support from Travis test matrix
- Pin to Rack 1.6 (dev dep)

v3.3.0 (2016-01-11)
-------------------
### Improvements
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/sugar/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

class Chef
module Sugar
VERSION = '3.3.0'
VERSION = '3.4.0'
end
end

0 comments on commit df0cef8

Please sign in to comment.