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)