From 3bfaaa26a928cd08aace8e0ea958ee25aed6626b Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Mon, 30 Dec 2013 08:24:56 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ========