Skip to content

Commit

Permalink
Merge pull request #96 from chef/salam/cheffish-release
Browse files Browse the repository at this point in the history
Prep for release 2.0.0
  • Loading branch information
chefsalim committed Jan 28, 2016
2 parents 3e2f428 + d32c859 commit 71a06e6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Change Log

## [1.6.0](https://github.com/chef/cheffish/tree/1.6.0) (2015-10-15)
[Full Changelog](https://github.com/chef/cheffish/compare/v1.5.0...1.6.0)
## [2.0.0](https://github.com/chef/cheffish/tree/2.0.0) (2016-01-28)
[Full Changelog](https://github.com/chef/cheffish/compare/v1.6.0...2.0.0)

**Fixed bugs:**

- `get\_private\_key\_with\_path` doesn't work well with all possible key names [\#62](https://github.com/chef/cheffish/issues/62)

**Closed issues:**

- No way to install new cheffish version in single chef-client run once it got activated [\#89](https://github.com/chef/cheffish/issues/89)

**Merged pull requests:**

- Move provider code into resources [\#93](https://github.com/chef/cheffish/pull/93) ([jkeiser](https://github.com/jkeiser))
- Support arbitrarily named private keys [\#87](https://github.com/chef/cheffish/pull/87) ([hfinucane](https://github.com/hfinucane))
- Convert to basic 12.5 resources [\#82](https://github.com/chef/cheffish/pull/82) ([jkeiser](https://github.com/jkeiser))

## [v1.6.0](https://github.com/chef/cheffish/tree/v1.6.0) (2015-10-15)
[Full Changelog](https://github.com/chef/cheffish/compare/v1.5.0...v1.6.0)

**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion lib/cheffish/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cheffish
VERSION = '1.6.0'
VERSION = '2.0.0'
end

0 comments on commit 71a06e6

Please sign in to comment.