From 96969bd3cb07f16e312b749933660ea758706e1a Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Thu, 4 Aug 2016 21:53:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec306c9..a1edb51 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This project provides a Java client to manipulate Mikrotik routers using the rem Version 3.0.1 fixes a harmless but annoying stack trace bug (#34). +[![Build Status](https://drone.io/github.com/GideonLeGrange/mikrotik-java/status.png)](https://drone.io/github.com/GideonLeGrange/mikrotik-java/latest) + ### Changes in version 3.0: 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: