Skip to content

Commit

Permalink
Changelog and gemspec updates for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cowie committed Feb 5, 2014
1 parent 442d09d commit 15d5e2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.3.2 (5th Feb, 2014)

Features:

- Add spork environment commands (Thanks to @jperry https://github.com/jonlives/knife-spork/pull/102)
- Berkshelf support for bump and check commands (Thanks to @poliva83 https://github.com/jonlives/knife-spork/pull/104)

## 1.3.1 (31st Dec, 2013)

Features:
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.3.1'
gem.version = '1.3.2'
gem.authors = ["Jon Cowie"]
gem.email = '[email protected]'
gem.homepage = 'https://github.com/jonlives/knife-spork'
Expand Down

0 comments on commit 15d5e2f

Please sign in to comment.