Skip to content

Commit 6278f32

Browse files
committed
update CHANGELOG + version
1 parent e583262 commit 6278f32

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Version 1.1.0 2018-02-09
2+
3+
* [added] add Date Field - closes #5
4+
* [added] add description to Models - closes #6
5+
* [added] add small UI element - model iteration hint
6+
* [changed] better error messages + hint for Label Field
7+
* [changed] use FontAwesome icons for identifying different field types
8+
* [fixed] use current locale for CKEditor - closes #17
9+
* [fixed] correct processing for CheckboxFields - closes #11
10+
111
## Version 1.0.1 2017-08-09
212

313
* [fixed] fix "uninitialized constant Rails::Generators::Base"

lib/kms/models/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Kms
22
module Models
3-
VERSION = '1.0.1'
3+
VERSION = '1.1.0'
44
end
55
end

0 commit comments

Comments
 (0)