diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index dd7da67..8257188 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,13 +1,14 @@
 X-editable changelog
 =============================
        
-Version 1.1.0 wip
+       
+Version 1.1.0 Nov 27, 2012
 ----------------------------   
-[enh #11] cancel button changed to 'cross' (tarciozemel)  
+[enh #11] icon cancel changed to 'cross' (tarciozemel)  
 [enh] added support for IE7+ (vitalets)  
 [enh #9] 'name' or 'id' is not required anymore (vitalets)      
 [enh] 'clear' button added in date and dateui (vitalets)      
-[enh] form template changed: added DIV.editable-input, DIV.editable.buttons and $.fn.editableform buttons (vitalets)      
+[enh] form template changed: added DIV.editable-input, DIV.editable.buttons and $.fn.editableform.buttons (vitalets)      
 [enh] new input type: checklist (vitalets)      
 [enh] updated docs: inputs dropdown menu, global templates section (vitalets)      
                             
diff --git a/package.json b/package.json
index 40065b1..f7cf0e1 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "X-editable",
   "title": "X-editable",
   "description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery",
-  "version": "1.0.1",
+  "version": "1.1.0",
   "homepage": "http://github.com/vitalets/x-editable",
   "author": {
     "name": "Vitaliy Potapov",