Skip to content

Commit ba362f7

Browse files
committed
update CHANGELOG and bump version
1 parent bd4fd0a commit ba362f7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Version 1.2.1 2018-03-23
2+
3+
* [fixed] fix comment in css that brakes precompilation
4+
* [fixed] fix TemplateProcessor - if no src or href attributes
5+
* [fixed] fix crashing on incorrect encoding Asset upload
6+
17
## Version 1.2.0 2018-02-09
28

39
* [added] added zh-CN locale files

lib/kms/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Kms
2-
VERSION = "1.2.0"
2+
VERSION = "1.2.1"
33
end

0 commit comments

Comments
 (0)