Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 0cbaf63

Browse files
committed
wip
1 parent 30c5cf8 commit 0cbaf63

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish docs
33
on:
44
push:
55
branches: [master]
6+
paths:
7+
- 'docs/**'
68
# trigger deployment manually
79
workflow_dispatch:
810

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.5] - 2022-04-06
11+
12+
### Fixed
13+
14+
- Pagination handling when cursor pagination is being used on resources
15+
- Minor removals of warnings and deprecations on newer versions of PHP
16+
1017
## [3.2.4] - 2022-03-22
1118

1219
### Fixed

0 commit comments

Comments
 (0)