diff --git a/CHANGELOG.md b/CHANGELOG.md index f47faeb..7150927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.2 - 2019.02-8 +## Fixed +Version number in composer.json + ## 1.0.1 - 2019-02-08 ## Fixed - Additional logs diff --git a/src/CraftSilktide.php b/src/CraftSilktide.php index f6872e8..7065641 100644 --- a/src/CraftSilktide.php +++ b/src/CraftSilktide.php @@ -58,7 +58,7 @@ class CraftSilktide extends Plugin * * @var string */ - public $schemaVersion = '1.0.1'; + public $schemaVersion = '1.0.2'; // Public Methods // =========================================================================