Skip to content

Commit

Permalink
Update changelog and gemspec for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cowie committed Jun 13, 2016
1 parent 294fcd8 commit 2d0a6b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.1.1
ruby-2.1.4
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.6.2(13th June, 2016)

Features:

- Search for spork config file in .chef directory under current working dir (Thansk to jgoulah https://github.com/jonlives/knife-spork/pull/203)

Bugfixes:

- Typo fix in documentation (Thanks to @gregkare https://github.com/jonlives/knife-spork/pull/199)

## 1.6.1(18th August, 2015)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion knife-spork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |gem|
gem.name = 'knife-spork'
gem.version = '1.6.1'
gem.version = '1.6.2'
gem.authors = ["Jon Cowie"]
gem.email = '[email protected]'
gem.homepage = 'https://github.com/jonlives/knife-spork'
Expand Down

0 comments on commit 2d0a6b7

Please sign in to comment.