Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thbishop committed May 31, 2013
1 parent 5734238 commit 22d23f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## head

# 0.4.0 (05/30/2013)
* Add support for creating a data bag item from a json file (--json-file) ([@joeyates](https://github.com/joeyates))
* Add support for specifying the data bag path on the command line (--data-bag-path) ([@ToQoz](https://github.com/ToQoz))

## 0.3.2 (04/06/2012)
## 0.3.2 (04/06/2013)
* Send warning about overriding secret in knife.rb to STDERR instead of STDOUT (props to BK Box @gondoi)

## 0.3.1 (01/11/2012)
## 0.3.1 (01/11/2013)
* Write pretty json to disk (addresses #1)

## 0.3.0 (11/08/2012)
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-solo_data_bag/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Knife
module SoloDataBag
VERSION = '0.3.2'
VERSION = '0.4.0'
end
end

0 comments on commit 22d23f2

Please sign in to comment.