Skip to content

Commit

Permalink
update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
GarPit committed Nov 30, 2017
1 parent 8bf6b7d commit 8373c70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Version 1.1.0 2017-11-30

* [fixed] fix according to guide from devise
* [changed] change initializing template manager in before_initialize block
* [changed] update carrierwave dependency
* [fixed] Snippet should not be templatable as well
* [added] ability to edit/update users by admin - closes #24
* [added] add Ctrl-S hotkey for updating Templates, Pages, Snippets or Assets - closes #25
* [changed] display errors on failed assets uploads
* [added] add active state to sidebar menu items
* [changed] upgrade Angular to 1.6 - closes #22

## Version 1.0.1 2017-08-05

* [fixed] initializing page parent_id should not happen on edit
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.0.1"
VERSION = "1.1.0"
end

0 comments on commit 8373c70

Please sign in to comment.