Skip to content

Commit 81777bd

Browse files
committed
Bump version to 1.1.1
Signed-off-by: David Celis <[email protected]>
1 parent 65d2b86 commit 81777bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
### 1.1.0 (Latest Release)
26

37
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ApiPagination
22
MAJOR = 1
33
MINOR = 1
4-
PATCH = 0
4+
PATCH = 1
55

66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)