Packages
A simple application to check if an email or password has been pwned using the HaveIBeenPwned? API. It requires a purchased hibp-api-key in order to use the email checking functions.
Current section
Files
Jump to
Current section
Files
pwned_coretheory
CHANGELOG.md
CHANGELOG.md
# Changelog
This is the changelog for Pwned by Core Theory.
## 1.2.2 (2021-01-26)
### Enhancements
- Add `CHANGELOG.md` file.
## 1.2.1 (2021-01-26)
### Bug fixes
- Update application name to match `:pwned_coretheory`. Previous application name mismatch was causing `Pwned.check_email(email)` to return `{:error, "unauthorized api key"}` with valid key.