···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.OAuth.Plug` now requires a `:callback` option that is a MFA tuple
1414+ (Module, Function, Args), denoting a callback function to be invoked by after
1515+ a successful OAuth login. See [the OAuth example](./examples/oauth.ex) for a
1616+ simple usage of this.
1717+1818+### Changed
1919+2020+- `mix atex.lexicons` now adds `@moduledoc false` to generated modules to stop
2121+ them from automatically cluttering documentation.
10221123## [0.6.0] - 2025-11-25
1224