CHANGELOG.markdown in boom-0.1.2 vs CHANGELOG.markdown in boom-0.2.0
- old
+ new
@@ -1,8 +1,18 @@
# boom changes
## head
+## 0.2.0
+- Add Keychain storage to store Boom data securely in OS X's Keychain.app.
+ Thanks, [@davidtrogers](https://github.com/davidtrogers)!
+- Switch from yajl-ruby because [OS X isn't for
+ developers](http://zachholman.com/2011/03/osx-isnt-for-developers/). Thanks
+ for finishing it up, [@antonlindstrom](https://github.com/antonlindstrom).
+- Move dependencies to Bundler, because it's the One True Way™ at this point.
+- Some README updates.
+- `boom -v`.
+
## 0.1.2
- Copy to clipboard doesn't hang anymore. Sweet. Thanks,
[mcollina](https://github.com/mcollina).
- Holy hell, [brettbuddin](https://github.com/brettbuddin) added completion for
zsh. Pretty awesome too.