From e5982f93724d1bc53dd8943a7909335e9e8cbe01 Mon Sep 17 00:00:00 2001 From: Daniel Lebu Date: Thu, 9 Jun 2016 08:53:12 -0700 Subject: [PATCH] Updated release notes and license file. --- LICENSE | 2 +- RELEASENOTES.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 5db520c8..1445cbd3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Tools for Apache Cordova CLI - Plugin Simulation +Cordova Simulate Copyright (c) Microsoft Corporation diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bbb06466..fdcbfa86 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,10 @@ # cordova-simulate Release Notes +### 0.2.0 (June 9, 2016) +* Support for additional core plugins +* Live reload +* Multiple bug fixes and improvements + ### 0.1.3 (Oct 28, 2015) * Adds support for some basic telemetry ([e547555f](https://github.com/Microsoft/taco-simulate-server/commit/e547555f)). * Ensure server is closed if an error occurs ([ffe2b134](https://github.com/Microsoft/taco-simulate-server/commit/ffe2b134)).