Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Version bump & changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Nov 13, 2018
1 parent 679680c commit f91adfe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.7.0 / 2018-11-14

## Updates

* OpenSUSE Leap support (#492)
* Legacy mode option (#504)
* Allow net-ssh 4.x (#506)
* Use sudo when running clean (#519)
* Configurable log level (#522)
* Debian 9 support (#524)
* Removed testing for EOL chefs and rubies, ad support for new rubies (#516, #528)
* Make chef version check configurable (#535)

# 0.6.0 / 2016-05-23

## Changes and new features
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-solo/info.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module KnifeSolo
def self.version
'0.7.0.pre3'
'0.7.0'
end

def self.post_install_message
Expand Down

0 comments on commit f91adfe

Please sign in to comment.