CHANGELOG.md
# Change log
## 2.0.2
- Fix parsing Swedish landline number without prefix. Thanks
<stefan@recycla.se>!
## 2.0.1
- Only add default prefix when the phone number does not already begin
with it.
## 2.0.0
- Test against Elixir 1.18.
- **Breaking change:** drop support for Elixir 1.15.
## 1.1.0
- Implement `Phoenix.HTML.Safe` when `phoenix_html` is present.
## 1.0.2
- `inspect` returns a phone sigil.
## 1.0.1
- Docs open to main module.
- Fix error specs.
## 1.0.0
- Initial release