# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.7.0

* Add support `email_verified` and `phone_number_verified` claims.

## v0.6.0

* Add support for `max_age` param in the IDP

## v0.5.1

* Fix ExDocs according to the new library name.

## v0.5.0

* Add support for `branding` param in the IDP

## v0.4.0

* Add support for `theme` param in the IDP

## v0.3.0

* Improve plug adapters
* Add IdpAdapter and MockAdapter

## v0.2.0

* Add Gamora.User structure to represent user claims.

## v0.1.0

* Initial version of the ueberauth strategy for amco.
