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

chore: update changelog

+2 -1
+2 -1
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 - ## [Unreleased] 8 + ## v0.15.0 9 9 10 10 ### Added 11 11 - Add isNull filter support for ref fields in where clauses (5d9f426) ··· 20 20 - Sync actor records on first login (47f2d32) 21 21 22 22 ### Fixed 23 + - Encode non-UTF-8 binary data as $bytes in JSON (d5bd2c4) 23 24 - Resolve strongRef refs in nested object types (434a89f) 24 25 - Resolve nested refs within others object types (70d972d) 25 26 - Show reset alert in danger zone section of settings (7bedfb3)