···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+## v0.20.0
99+1010+### Added
1111+- Add moderation system with labels, reports, and user preferences
1212+ - Label definitions with severity levels (takedown, alert, inform)
1313+ - Apply/negate labels on records and accounts via admin API
1414+ - Automatic takedown filtering from all queries
1515+ - Self-labels support (author-applied labels merged with moderator labels)
1616+ - `labels` field exposed on all record types
1717+ - User-submitted reports with reason types
1818+ - Admin report review and resolution workflow
1919+ - Per-user label visibility preferences (ignore, show, warn, hide)
2020+ - Connection pagination for admin labels and reports queries
2121+- Add union input type support for GraphQL mutations
2222+- Add moderation documentation guide
2323+824## v0.19.0
9251026### Added