diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b701a..f263fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.1.1 - March 1, 2013 + +- BugFix: Version bumper was updating more than it should, in the case where a version string was found more than once in `metadata.rb`. # v0.1.0 - February 26, 2013 diff --git a/lib/knife-community/version.rb b/lib/knife-community/version.rb index e2d0c76..0b9cddc 100644 --- a/lib/knife-community/version.rb +++ b/lib/knife-community/version.rb @@ -1,3 +1,3 @@ module KnifeCommunity - VERSION = "0.1.0" + VERSION = "0.1.1" end