Skip to content

Commit 2d71c9f

Browse files
committed
[Docs] Update changelog and bump version
1 parent e67dcca commit 2d71c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6-
## Unreleased
6+
## [2.1.0] - 2023-01-24
77

88
### Added
99

1010
- The cursor pagination implementation now supports id fields that are encoded. To use, pass your schema's id
1111
field to the cursor pagination class when returning it from the schema's `pagination()` method. For example:
12-
12+
1313
```php
1414
public function pagination(): CursorPagination
1515
{

0 commit comments

Comments
 (0)