···66and this project adheres to
77[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8899-<!--## [Unreleased]-->
99+## [Unreleased]
1010+1111+### Added
1212+1313+- `Atex.XRPC.UnauthedClient` module for running unauthenticated XRPC fetches on
1414+ public APIs or PDSes.
10151116## [0.8.0] - 2026-03-29
1217···4853- `Atex.XRPC.Router` module with `query/3` and `procedure/3` macros for easily
4954 building XRPC server routes inside a `Plug.Router`, with built-in service auth
5055 validation and validation if passed the name of a module using `deflexicon`.
5151-- `deflexicon` now emits `content_type/0` functions (on `Input` submodules for typed JSON bodies,
5252- otherwise on the root module) for procedures.
5353-- `Atex.XRPC.ServiceAuthClient` module for making requests to other atproto services using a service auth token.
5656+- `deflexicon` now emits `content_type/0` functions (on `Input` submodules for
5757+ typed JSON bodies, otherwise on the root module) for procedures.
5858+- `Atex.XRPC.ServiceAuthClient` module for making requests to other atproto
5959+ services using a service auth token.
54605561### Fixed
5662