Current section

Files

Jump to
elixir_plaid CHANGELOG.md
Raw

CHANGELOG.md

# 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).
## [Unreleased]
## [1.2.0] - 2023-08-01
- Adds Plaid Identity Match API's. [PR](https://github.com/tylerwray/elixir-plaid/pull/10). Thanks [@robacarp](https://github.com/robacarp) and [@mackshkatz](https://github.com/mackshkatz)!
- Bumps Supported elixir version to 1.15 and supported erlang version to 26.
- Bumps [httpoison](https://hexdocs.pm/httpoison/HTTPoison.html) version to 2.0.
## [1.1.2] - 2022-03-19
### Chore
- Updated dependencies. Mainly to ship new version of elixir docs.
## [1.1.1] - 2022-03-19
### Fixed
- Made link token user fields optional. [PR](https://github.com/tylerwray/elixir-plaid/pull/8) Thanks [@ktayah](https://github.com/ktayah)!
## [1.1.0] - 2021-06-16
### Added
- Swappable HTTP client.
## [1.0.0] - 2021-04-06
### Added
- Full Plaid API coverage and documentation.
- Webhook helpers.