From 163bf05797d56fd24f21c336d7bc65542aef39c3 Mon Sep 17 00:00:00 2001
From: Aditya Dange <adityadange.ska@gmail.com>
Date: Tue, 28 May 2019 15:33:36 +0530
Subject: [PATCH] Add version history

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index cf10f15e..816d0cbc 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,22 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
 - SKASubarray: This is the generic base class which provides common functionality required in a subarray device.
 - SKATelState: This is the generic base class to provide common functionality of a TelState device of any SKA Element.
 
+## Version History
+####0.1.3
+- Storage logs are written to a file if Syslog service is not available.
+- Added exception handling
+- Improved code coverage
+- Improved compliance to coding standards
+- Improvement in documentation
+- Other minor improvements
+####0.1.2
+ - Internal release
+####0.1.1
+- Logging functionality
+- Python3 migration
+- Repackaging of all the classes into a single Python package
+- Changes to folder structure,
+- Integration in CI environment
 
 ## Installation
 ### Requirements
-- 
GitLab