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.
- Bump minimum requirement for Ueberauth >= 0.10
- Remove deprecated usage of
Mix.Config
- Support CSRF requirement for Ueberauth >= 0.7.0
- Internal refactor
- Use
Authorization
header for API requests. Slack appears to have deprecated parameter-based requests.
- Support for Slack V2 OAuth API
- Base code on original Ueberauth Slack project