CHANGELOG.md in mellon-1.1.0 vs CHANGELOG.md in mellon-1.1.1

- old
+ new

@@ -1,8 +1,15 @@ [HEAD][] -------- +[v1.1.1][] +---------- + +- Fix Mellon::Store for empty keychain entries (c3d1da52) +- Fix mistaking error reading keychain from missing entry (782d2d82) +- Show stderr and exit status when `mellon edit` fails (fd2eecee) + [v1.1.0][] ---------- - `mellon list -k keychain` now lists all keys in given keychain (d34052c0) - `mellon list` now lists all keys in all keychains (e9d67f10) @@ -12,8 +19,9 @@ [v1.0.0][] ---------- Initial release! -[HEAD]: https://github.com/elabs/mellon/compare/v1.1.0...HEAD +[HEAD]: https://github.com/elabs/mellon/compare/v1.1.1...HEAD +[v1.1.1]: https://github.com/elabs/mellon/compare/v1.1.0...v1.1.1 [v1.1.0]: https://github.com/elabs/mellon/compare/v1.0.0...v1.1.0 [v1.0.0]: https://github.com/elabs/mellon/compare/24b83977d...v1.0.0