We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d999ff6 commit 71e2c12Copy full SHA for 71e2c12
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## 1.1.0 (2019-04-18)
+## 1.1.0 (to come)
4
5
* Add rudimentary support for Microsoft SQL Server
6
* Fixes errors when options[param] is nil [PR 315](https://github.com/jbox-web/ajax-datatables-rails/pull/315) (thanks @allard)
lib/ajax-datatables-rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AjaxDatatablesRails
- VERSION = '1.0.1'
+ VERSION = '1.1.0'
end
0 commit comments