Skip to content

Commit 71bd69e

Browse files
committed
Release v0.4.3
1 parent 2ed69d8 commit 71bd69e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.4.3] - 2025-08-13
911
### Fixed
1012
- `paginate()` returns an empty paginator with a 200 status when the gateway responds with 404.
11-
13+
- `paginate()` fixed the division by zero error when perPage is empty.
1214

1315
## [0.4.2] - 2025-07-21
1416
### Added
@@ -53,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5355
- Documentation reorganized with a new features list.
5456
- Commented out session migration due to CSRF conflicts.
5557

58+
[0.4.3]: https://github.com/KroderDev/laravel-microservice-core/compare/v0.4.2...v0.4.3
5659
[0.4.2]: https://github.com/KroderDev/laravel-microservice-core/compare/v0.4.1...v0.4.2
5760
[0.4.1]: https://github.com/KroderDev/laravel-microservice-core/compare/v0.4.0...v0.4.1
5861
[0.4.0]: https://github.com/KroderDev/laravel-microservice-core/compare/v0.3.1...v0.4.0

0 commit comments

Comments
 (0)