From c3136a7ade24671e08e70ea1367d579472b52b28 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Wed, 26 Nov 2014 21:50:38 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6813ae..4ae83c8 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,19 @@ Versions This library uses [semantic versioning](http://semver.org/) -The current stable version is 2.0.2. +**The current stable version is 2.0.2.** + +### 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. -Previous 2.0 versions: +### Previous 2.0 versions: * 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. +The last version 1.x release was 1.1.6 which was the first version to be pushed to Maven Central. Version 1 is considered *deprecated* and will no longer be supported or patched. + Previous 1.1 versions: * 1.1.5 fixed even more comamnd line parsing bugs.