diff --git a/nuspecs/Hangfire.SqlServer.nuspec b/nuspecs/Hangfire.SqlServer.nuspec
index 713f802b9..25da4699e 100644
--- a/nuspecs/Hangfire.SqlServer.nuspec
+++ b/nuspecs/Hangfire.SqlServer.nuspec
@@ -14,6 +14,9 @@
Hangfire SqlServer SqlAzure LocalDB
http://hangfire.io/blog/
+1.6.9
+• Fixed – `TimeoutException` on large arguments or large batches via `SqlServerOptions.CommandTimeout`.
+
1.6.8
• Fixed – Use `long` where possible instead of `int` for background job identifiers, full support will be in 1.7.0.
diff --git a/nuspecs/Hangfire.nuspec b/nuspecs/Hangfire.nuspec
index a5e6f625b..8f6078bd6 100644
--- a/nuspecs/Hangfire.nuspec
+++ b/nuspecs/Hangfire.nuspec
@@ -19,6 +19,11 @@
Hangfire AspNet MVC OWIN SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
http://hangfire.io/blog/
+1.6.9
+
+Hangfire.SqlServer
+• Fixed – `TimeoutException` on large arguments or large batches via `SqlServerOptions.CommandTimeout`.
+
1.6.8
Hangfire.Core