Skip to content

Commit 6d9141a

Browse files
Updated README for 3.0.4
1 parent b7a1620 commit 6d9141a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# mikrotik-java
1+
# mikrotik-java
22

33
A Java client library implementation for the Mikrotik RouterOS API.
44

55
This project provides a Java client to manipulate Mikrotik routers using the remote API. Simple things must be easy to do, and complex things must be possible.
66

77
## Versions
88

9-
**The current stable version is 3.0.3**
9+
[![Build Status](https://travis-ci.org/GideonLeGrange/mikrotik-java.svg?branch=master)](https://travis-ci.org/GideonLeGrange/mikrotik-java)
1010

11-
Version 3.0.3 fixes a problem with the encoding of non-English characters when sending commands to RouterOS. See [#40](https://github.com/GideonLeGrange/mikrotik-java/issues/40) for more details.
11+
**The current stable version is 3.0.4**
12+
13+
Version 3.0.4 captures several months worth of small code clean-ups and documentation improvements.
1214

1315
### Changes in version 3.0:
1416

@@ -21,13 +23,9 @@ Version 3.0 addresses the problems the API had around TLS encryption. The way se
2123
Further changes include:
2224
* The previously deprecated `disconnect()` method is removed.
2325

24-
#### Version 2.x
25-
26-
Version 2.2 is the last version 2.x release and will be supported for a limited time.
27-
28-
#### Version 1.x
26+
#### Versions 1.x and 2.x
2927

30-
Version 1 is considered *obsolete* and will no longer be supported or patched.
28+
Versions 1 and 2 are considered *obsolete* and will no longer be supported or patched.
3129

3230
## Getting the API
3331

@@ -37,7 +35,7 @@ Maven users can use the artifact from Maven Central with this dependency:
3735
<dependency>
3836
<groupId>me.legrange</groupId>
3937
<artifactId>mikrotik</artifactId>
40-
<version>3.0.3</version>
38+
<version>3.0.4</version>
4139
</dependency>
4240
```
4341

0 commit comments

Comments
 (0)