CHANGELOG.md

# CHANGELOG

## v2.1.2 (2025-11-21)

- Fix Date/DateTime type handling in cursor decoding

## v2.1.1 (2025-07-10)

- Account for edge cases with `null_coalesce` and `distinct` queries

## v2.1.0 (2025-07-10)

- Add `null_coalesce` option, thanks to @tomasz-tomczyk

## v2.0.0 (2025-06-21)

- Now requires Elixir v1.15
- Updated minimum version of dependencies:
  - ecto_sql ~> 3.8
  - ex_doc ~> 0.34
  - dialyxir ~> 1.4

### v1.0.0 (2022-04-01)

- First public release