From c66b1a1e2178124784f65fd712d6af70061b997f Mon Sep 17 00:00:00 2001 From: Sven Kubiak Date: Mon, 20 Dec 2021 08:57:31 +0100 Subject: [PATCH] Updated readme --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index a506e82..924370b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple, minimal (18 KB), zero-dependency convenient class for sending messages Supports [Messages API][3], [Glances API][4] and [OpenClient API][5]. Send synchronous or asynchronous. -Requires Java 11. +Requires Java 17. Usage ------------------ @@ -167,15 +167,6 @@ JPushover.openClientAPI().open(secret, deviceId, new MyMessageListener()) ``` -Changelog ------------------- - -6.0.0. - 2021-06-21 - -* Partial API rewrite (breaks backward compatibility) -* Added support for Open Client API - - [1]: https://pushover.net [2]: https://pushover.net/api [3]: https://pushover.net/api