···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788+## [Unreleased]
99+1010+### Added
1111+- Add redirectUri option to QuicksliceClient
1212+- Make lexicon import declarative (wipe-and-replace)
1313+1414+### Fixed
1515+- Complete AT Protocol token refresh implementation
1616+- Transform BlobInput to AT Protocol format in create/update mutations
1717+- Use all lexicons for ref validation in create/update mutations
1818+- Fix quickslice client exports
1919+2020+### Changed
2121+- Extract car/ into standalone atproto_car package
2222+- Reorganize lexicon GraphQL into modular structure
2323+- Reorganize admin GraphQL schema into modular structure
2424+- Reorganize database helpers into proper layers
2525+- Move graphql_ws into graphql/ws module
2626+- Split settings page into section modules
2727+- Remove unused dependencies, handlers, and CLI commands
2828+- Update honk to v1.2
2929+830## v0.16.0
9311032### Added