We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4fd0a commit ba362f7Copy full SHA for ba362f7
2 files changed
CHANGELOG.md
@@ -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
7
## Version 1.2.0 2018-02-09
8
9
* [added] added zh-CN locale files
lib/kms/version.rb
@@ -1,3 +1,3 @@
module Kms
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
end
0 commit comments