Skip to content

Commit

Permalink
Fix CHANGELOG format
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Dec 7, 2014
1 parent 609e748 commit 9863e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This file is used to list changes made in each version of `chef-encrypted-attributes`.

## 0.3.0:
## 0.3.0 (2014-08-25)

* gemspec: added the missing CONTRIBUTING.md file
* README: replaced exist_on_node? by exist? in users_data_bag example
* Added the required `:node_search` option (fixes the `"role:..."` examples).

## 0.2.0:
## 0.2.0 (2014-08-12)

* Deprecate `#exists?` methods in favor of `#exist?` methods
* Fixed all RSpec deprecation warnings
Expand All @@ -20,14 +20,14 @@ This file is used to list changes made in each version of `chef-encrypted-attrib
* Added gem signing certificate
* gemspec: added dev dependency versions with pessimistic operator

## 0.1.1:
## 0.1.1 (2014-05-23)

* gemspec: replaced open-ended chef dependency by `~> 11.4`
* Fixed ruby `1.9.2` decryption (uses `PKCS#1` for public key format)
* README: added `encrypted_attributes` cookbook link
* INTERNAL doc: added `EncryptedMash` class name to the Version0 structure
* Added shields.io badges

## 0.1.0:
## 0.1.0 (2014-05-21)

* Initial release of `chef-encrypted-attributes`

0 comments on commit 9863e28

Please sign in to comment.