From 5fdddcd0c17bc17a6f987e20a56b6f47836eac69 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Fri, 29 Aug 2014 08:24:54 +0200 Subject: [PATCH] Updated with information about 2.0.0 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6707b4..a110606 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ This project provides a Java client to manipulate Mikrotik routers using the rem Versions -------- -The current stable version is 1.1.6, which managed to get into Maven Central. +The current stable version is 2.0.0. This version is not backwards compatible with version 1.x. + +* Changed ResultListener to receive errors and completion notifications. + +Previous versions: * 1.1.5 fixed even more comamnd line parsing bugs. * 1.1.4 fixed command line parsing bugs #7 and #8. @@ -18,7 +22,6 @@ The current stable version is 1.1.6, which managed to get into Maven Central. The latest development version is 2.0.0 which is available using the 2.0.0 branch. -* Changed ResultListener to receive errors and completion notifications. Getting the API ---------------