···5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
78-## [Unreleased]
910### Added
11- Add isNull filter support for ref fields in where clauses (5d9f426)
···20- Sync actor records on first login (47f2d32)
2122### Fixed
023- Resolve strongRef refs in nested object types (434a89f)
24- Resolve nested refs within others object types (70d972d)
25- Show reset alert in danger zone section of settings (7bedfb3)
···5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
78+## v0.15.0
910### Added
11- Add isNull filter support for ref fields in where clauses (5d9f426)
···20- Sync actor records on first login (47f2d32)
2122### Fixed
23+- Encode non-UTF-8 binary data as $bytes in JSON (d5bd2c4)
24- Resolve strongRef refs in nested object types (434a89f)
25- Resolve nested refs within others object types (70d972d)
26- Show reset alert in danger zone section of settings (7bedfb3)