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