diff --git a/README.md b/README.md index 9ffed53..6e7f261 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,15 @@ A Java client library implementation for the Mikrotik RouterOS API. This project provides a Java client to manipulate Mikrotik routers using the remote API. Simple things must be easy to do, and complex things must be possible. -Version 1.0 has been released. +Versions +-------- -What's new in version 1.1 -------------------------- +The current stable version is 1.0. The master branch is on version 1.1, which is the currently being tested and will be released soon. +Version 1.1 will add: * TLS (SSL) support to encrypt API traffic. + Examples ========