From 5ec7940f7b7797b8e9f78dbdef0df502acf1a5b6 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Wed, 10 Feb 2016 21:53:12 +0200 Subject: [PATCH] Version 3.0.1 --- README.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 099e86f..0521788 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ This project provides a Java client to manipulate Mikrotik routers using the rem ## Versions -**The current stable version is 3.0** +**The current stable version is 3.0.1** This library uses [semantic versioning](http://semver.org/) ### Changes in version 3.0: +Version 3.0.1 fixes a harmless but annoying stack trace bug (#34). + Version 3.0 addresses the problems the API had around TLS encryption. The way secure connections are implemented is changed so that the user has complete control over the creation of TLS sockets. To this end: * A new method, `connect(SocketFactory fact, String host, int port, int timeout)`, was added to allow for better user control over sockets and especially encryption. * The `connectTLS()` API methods were removed. diff --git a/pom.xml b/pom.xml index c3ea96a..0335af7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ me.legrange mikrotik - 3.0 + 3.0.1 jar Mikrotik API Java Client Library