Skip to content

Commit 5734959

Browse files
authored
Merge branch 'uuid-as-id' into refactor-uuid-as-id
2 parents d80cfb6 + 8370cd0 commit 5734959

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Changelog.
10+
- Pagination keys beyond UINT64 @milanatshopify #417
11+
- Pagination keys other than UINT64 have to have binary collation @grodowski #422
1012

1113
## [1.1.0]
1214

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Variables to be built into the binary
2-
VERSION := 1.1.0
2+
VERSION := 1.2.0
33

44
# This variable can be overwritten by the caller
55
DATETIME ?= $(shell date -u +%Y%m%d%H%M%S)

0 commit comments

Comments
 (0)