- Add support for creating a data bag item from a json file (--json-file) (@joeyates)
- Add support for specifying the data bag path on the command line (--data-bag-path) (@ToQoz)
- Send warning about overriding secret in knife.rb to STDERR instead of STDOUT (props to BK Box @gondoi)
- Write pretty json to disk (addresses #1)
- Add support for 'encrypted_data_bag_secret' in knife config (props to Anton Orel @skyeagle)
- Fixed an issue which prevented the create command from working in some cases (props to Florian Dütsch @der-flo)
- Fixed an issue with show command and JSON output format (props to Ziad Sawalha @ziadsawalha)
- Add support for specifying JSON content on the command line (props to BK Box @gondoi)
- Initial release