From 6ff7ed1a0234a3ed5c23d59718b794149e0c3732 Mon Sep 17 00:00:00 2001 From: phamthao Date: Sat, 7 Aug 2021 14:26:20 +0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fe852..c6042bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `laravel-cursor-paginate` will be documented in this file. +## 1.0.6 - 2021-07-19 + +- Fix aliasing with cursor pagination +- Fix previous column for cursor pagination + ## 1.0.5 - 2021-07-19 - Fix issue with cursor pagination and Json resources