Release 3.0.5

This commit is contained in:
Gideon le Grange 2018-11-08 06:38:39 +02:00
parent 8cba90814f
commit acefe40f25
2 changed files with 4 additions and 3 deletions

View File

@ -8,9 +8,10 @@ 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) [![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.4** **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.
Version 3.0.4 captures several months worth of small code clean-ups and documentation improvements.
### Changes in version 3.0: ### Changes in version 3.0:

View File

@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>me.legrange</groupId> <groupId>me.legrange</groupId>
<artifactId>mikrotik</artifactId> <artifactId>mikrotik</artifactId>
<version>3.0.4</version> <version>3.0.5</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Mikrotik API Java Client Library</name> <name>Mikrotik API Java Client Library</name>
<url>https://github.com/GideonLeGrange/mikrotik-java</url> <url>https://github.com/GideonLeGrange/mikrotik-java</url>