Skip to content

Commit

Permalink
update changelog and gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
GarPit committed Feb 9, 2018
1 parent b2d4aa7 commit a00fa73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Version 1.2.0 2018-02-09

* [added] added zh-CN locale files
* [added] add Emmet support to CodeMirror editors - closes #30
* [added] syntax highlight for Liquor
* [fixed] fix icon for active sidebar item
* [fixed] use current locale for CKEditor - closes #29
* [fixed] strict pg gem version because 1.0.0 is not supported yet by Rails
* [changed] much better validation errors displaying

## Version 1.1.0 2017-11-30

* [fixed] fix according to guide from devise
Expand Down
2 changes: 1 addition & 1 deletion lib/kms/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kms
VERSION = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit a00fa73

Please sign in to comment.