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 65d2b86 commit 81777bdCopy full SHA for 81777bd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.1.1 (Latest Release)
2
+
3
+* Fix an issue where empty Link headers would be sent ([#2](https://github.com/davidcelis/api-pagination/pull/2))
4
5
### 1.1.0 (Latest Release)
6
7
* Add support for [will_paginate](https://github.com/mislav/will_paginate) ([#1](https://github.com/davidcelis/api-pagination/pull/1))
lib/api-pagination/version.rb
@@ -1,7 +1,7 @@
module ApiPagination
MAJOR = 1
MINOR = 1
- PATCH = 0
+ PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments