Skip to content

Commit 8373c70

Browse files
committed
update version and CHANGELOG
1 parent 8bf6b7d commit 8373c70

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Version 1.1.0 2017-11-30
2+
3+
* [fixed] fix according to guide from devise
4+
* [changed] change initializing template manager in before_initialize block
5+
* [changed] update carrierwave dependency
6+
* [fixed] Snippet should not be templatable as well
7+
* [added] ability to edit/update users by admin - closes #24
8+
* [added] add Ctrl-S hotkey for updating Templates, Pages, Snippets or Assets - closes #25
9+
* [changed] display errors on failed assets uploads
10+
* [added] add active state to sidebar menu items
11+
* [changed] upgrade Angular to 1.6 - closes #22
12+
113
## Version 1.0.1 2017-08-05
214

315
* [fixed] initializing page parent_id should not happen on edit

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.0.1"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)