From 6654c1f629e57dfff593b2ddc1057d8ee4230f72 Mon Sep 17 00:00:00 2001 From: Gideon Le Grange Date: Wed, 8 Jan 2020 10:16:42 +0200 Subject: [PATCH] Updated README for 3.0.7 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6478028..435742c 100644 --- a/README.md +++ b/README.md @@ -8,9 +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.6** +**The current stable version is 3.0.7** -Version 3.0.6 releases a bug fix to `login()`. See pull request #67 for details. +Version 3.0.7 fixes nested expressions when constructing complex queries using `and` and `or` expressions. See [#72](https://github.com/GideonLeGrange/mikrotik-java/issues/72) for more information ### Changes in version 3.0: @@ -35,7 +35,7 @@ Maven users can use the artifact from Maven Central with this dependency: me.legrange mikrotik - 3.0.6 + 3.0.7 ```