From 7fe2fe3d3052a05f32cbde50d27a305a2d29a6f3 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Thu, 3 Aug 2023 13:06:16 +0300 Subject: [PATCH] Release 1.12.1 Overview The release fixes options setup for crud's select requests. Breaking changes There are no breaking changes in the release. Bugfixes Incorrect options (`after`, `batch_size` and `force_map_call`) setup for crud.SelectRequest (#320) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732a696fc..6a50a766b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. ### Fixed +## [1.12.1] - 2023-08-03 + +The patch release fixes options setup for crud's select requests. + +### Added + +### Changed + +### Fixed + - Incorrect options (`after`, `batch_size` and `force_map_call`) setup for crud.SelectRequest (#320)