From ba362f78e8fbf8c8376a90c21724dfce4a437547 Mon Sep 17 00:00:00 2001 From: GarPit Date: Fri, 23 Mar 2018 12:21:15 +0300 Subject: [PATCH] update CHANGELOG and bump version --- CHANGELOG.md | 6 ++++++ lib/kms/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1152d69..68c65de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 1.2.1 2018-03-23 + +* [fixed] fix comment in css that brakes precompilation +* [fixed] fix TemplateProcessor - if no src or href attributes +* [fixed] fix crashing on incorrect encoding Asset upload + ## Version 1.2.0 2018-02-09 * [added] added zh-CN locale files diff --git a/lib/kms/version.rb b/lib/kms/version.rb index 5a2ba88..908638b 100644 --- a/lib/kms/version.rb +++ b/lib/kms/version.rb @@ -1,3 +1,3 @@ module Kms - VERSION = "1.2.0" + VERSION = "1.2.1" end