From 95c0abfec499fb5999e051bf9ddd92d9fee4ff5b Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Fri, 3 Jan 2020 08:14:04 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9571882..6478028 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ This project provides a Java client to manipulate Mikrotik routers using the rem [![Build Status](https://travis-ci.org/GideonLeGrange/mikrotik-java.svg?branch=master)](https://travis-ci.org/GideonLeGrange/mikrotik-java) -**The current stable version is 3.0.5** - -Version 3.0.5 implements a change in the way `login()` is implemented by RouterOS from version 6.43 onward. See pull request #60 for details. +**The current stable version is 3.0.6** +Version 3.0.6 releases a bug fix to `login()`. See pull request #67 for details. ### Changes in version 3.0: @@ -36,7 +35,7 @@ Maven users can use the artifact from Maven Central with this dependency: me.legrange mikrotik - 3.0.5 + 3.0.6 ```