Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 514 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 514 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Change API to return {:ok, Flame.IdToken.t() | Flame.SessionCookie.t()} instead of {:ok, String.t(), String.t()}
  • Remove Flame.Finch from supervisor, use built-in Finch from Goth for requests.

[0.1.0] - 2022-04-28

  • Initial Release