···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).
700000000000000000000008## v0.16.0
910### Added
···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]
9+10+### Added
11+- Add redirectUri option to QuicksliceClient
12+- Make lexicon import declarative (wipe-and-replace)
13+14+### Fixed
15+- Complete AT Protocol token refresh implementation
16+- Transform BlobInput to AT Protocol format in create/update mutations
17+- Use all lexicons for ref validation in create/update mutations
18+- Fix quickslice client exports
19+20+### Changed
21+- Extract car/ into standalone atproto_car package
22+- Reorganize lexicon GraphQL into modular structure
23+- Reorganize admin GraphQL schema into modular structure
24+- Reorganize database helpers into proper layers
25+- Move graphql_ws into graphql/ws module
26+- Split settings page into section modules
27+- Remove unused dependencies, handlers, and CLI commands
28+- Update honk to v1.2
29+30## v0.16.0
3132### Added