From ec5f6650816e5e63a00fbb0ae3aa511493df3a65 Mon Sep 17 00:00:00 2001 From: Gideon Le Grange Date: Thu, 26 Sep 2024 14:41:43 +0200 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba3c92d..ebb1db3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This project provides a Java client to manipulate Mikrotik routers using the rem ![Java CI with Maven](https://github.com/GideonLeGrange/mikrotik-java/workflows/Java%20CI%20with%20Maven/badge.svg) -**The current stable version is 3.0.7** +**The current stable version is 3.0.8** -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 +Version 3.0.8 fixes a null pointer error ### 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.7 + 3.0.8 ```