diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a6f3cd1..3c86e5e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,7 +2,7 @@ X-editable changelog
 =============================
 
 
-Version 1.4.4 wip
+Version 1.4.4 May 4, 2013
 ----------------------------
 [enh #219] added `error` callback (joekaiser)
 [enh #198] new value of showbuttons: 'bottom' (vitalets)
diff --git a/Package.nuspec b/Package.nuspec
index 4ced7a8..de6c5df 100644
--- a/Package.nuspec
+++ b/Package.nuspec
@@ -2,14 +2,14 @@
 <package >
   <metadata>
     <id>x-editable</id>
-    <version>1.4.3</version>
+    <version>1.4.4</version>
     <authors>Vitaliy Potapov</authors>
     <owners>Vitaliy Potapov</owners>
     <licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
     <projectUrl>http://vitalets.github.com/x-editable</projectUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
-    <releaseNotes>hotfix for jQuery UI 1.9+.</releaseNotes>
+    <releaseNotes>Bootstrap datetimepicker and more</releaseNotes>
     <copyright>Copyright 2012-2013</copyright>
     <tags>edit-in-place editable bootstrap jquery</tags>
     <dependencies>
diff --git a/test/unit/datetime.js b/test/unit/datetime.js
index 5c15121..e961860 100644
--- a/test/unit/datetime.js
+++ b/test/unit/datetime.js
@@ -216,6 +216,7 @@ $(function () {
     asyncTest("clear button (showbuttons: false)", function () {
         var d = '15.05.1984 16:40',
             e = $('<a href="#" data-type="datetime" data-pk="1" data-url="post-datetime-clear1.php">'+d+'</a>').appendTo(fx).editable({
+                showbuttons: false,
                 format: f,
                 clear: 'abc'
             });