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