CHANGELOG.md in github_cli-0.5.9 vs CHANGELOG.md in github_cli-0.6.0

- old
+ new

@@ -1,9 +1,20 @@ -0.5.9 (April , 2013) +0.6.0 (June 1, 2013) +* Add authorize command to ease pain with getting authenticated +* Add 'every' flag to repository listing command +* Add 'public' flag to gist listing command +* Change all commands to pass through global options to configure api requests +* Update vendor dependencies +* Add ability to configure all github api request options + +0.5.9 (April 17, 2013) + * Change API class configure to take options and allow for basic auth, stop using class api variable * Change API commands to take and pass options for global configuration +* Add --quiet option for supressing output only for repo/hook/auth commands +* Fix problem with repo create command and boolean option flags 0.5.8 (April 14, 2013) * Change forks commands to take specific options and add tests * Change statuses commands to take specific options and add tests