We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d80cfb6 + 8370cd0 commit 5734959Copy full SHA for 5734959
CHANGELOG.md
@@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
7
### Added
8
9
- Changelog.
10
+- Pagination keys beyond UINT64 @milanatshopify #417
11
+- Pagination keys other than UINT64 have to have binary collation @grodowski #422
12
13
## [1.1.0]
14
Makefile
@@ -1,5 +1,5 @@
1
# Variables to be built into the binary
2
-VERSION := 1.1.0
+VERSION := 1.2.0
3
4
# This variable can be overwritten by the caller
5
DATETIME ?= $(shell date -u +%Y%m%d%H%M%S)
0 commit comments