whatsnew.md in pushover-0.99.0 vs whatsnew.md in pushover-0.99.1

- old
+ new

@@ -1,16 +1,23 @@ -## 0.99.0 (unreleased): +## 0.99.1: + * Big one here, properly testing bin/pushover now. + * Fixed a bug in the bin/pushover so --config_file and --app work as expected. + * Empty params will no longer be sent to pushover.net + * Fixed Pushover#notification, no longer overwrites params with it's arguments. + * Added a user-agent to the POST's sent to pushover.net + +## 0.99.0: * Added url and a url_title. * Added time, we can take an epoch or string. The string is run through stdlib Time#parse, so effectively takes rfc822, html, xml, and a bunch of random bits. * Added gemnasium to the readme. * Added code climate to the readme. * Updated for Bini 0.6.0 * Priority takes a text or integer argument now. ## 0.5.1: * SimpleCov and 100% test coverage * Webmock based testing for Pushover##notification. - * Added intergration to http://travis-ci.org + * Added integration to http://travis-ci.org ## 0.5.0: * Switched the order of App and it's derivatives so that it's name, api_key to make it more human readable. * Ditto for User. * Merged in me bones.