Auto-indexing service and GraphQL API for AT Protocol Records quickslice.slices.network/
atproto gleam graphql

docs: bump version to v0.20.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+5
+5
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## v0.20.1 9 + 10 + ### Fixed 11 + - Fix cursor-based pagination (`after`/`before`) returning 0 results on PostgreSQL due to incorrect SQL placeholders (literal `?` instead of numbered `$1`, `$2`, etc.) 12 + 8 13 ## v0.20.0 9 14 10 15 ### Added