diff --git a/README.md b/README.md
index 4ae83c8..8f9da69 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,15 @@ Versions
This library uses [semantic versioning](http://semver.org/)
-**The current stable version is 2.0.2.**
+**The current stable version is 2.0.3.**
### Changes in version 2.0.2:
-* Fixed bug #13 - processor thread wasn't being stopped on disconnect(), causing non-exit of application in some cases.
+* Fixed bug #18 - An empty username in ```login()``` caused the API to hang.
### Previous 2.0 versions:
+* 2.0.2 Fixed bug #13 - processor thread wasn't being stopped on disconnect(), causing non-exit of application in some cases.
* 2.0.1 fixed parsing of !=, < and > operators in a where clause.
* 2.0.0 changed ResultListener to receive errors and completion notifications. This version is not backwards compatible with version 1.x.
diff --git a/pom.xml b/pom.xml
index 798a8e0..f824b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
me.legrange
mikrotik
- 2.0.2
+ 2.0.3
jar
Mikrotik API Java Client Library