# pushoverr 0.1.4

* Added cancel_receipt function to cancel an emergency message
* Removed the port number from API calls

# pushoverr 0.1.3

* Added support for -2 priority messages ('silent'): http://updates.pushover.net/post/87000633097/api-change-to-message-priority-1-new-priority-2

# pushoverr 0.1.2

* Fixed small issue with user/token storage, which allowed similarly named variables outside the namespace to be used
* pushover_* helper functions now return invisible values. Request tokens can still be saved to a variable, but will not be printed when the functions are not part of an assignment operation. The return values of `pushover_high` are visible.

# pushoverr 0.1.1

* Updates for CRAN submission

# pushoverr 0.1.0

* Initial public release
