Skip to content

Commit

Permalink
Release v4.2.2 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgautier authored Sep 14, 2022
1 parent 4b5ba81 commit 73209a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/bamboo_smtp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@ jobs:
elixir: [1.7.4, 1.8.2, 1.9.1, 1.10.3, 1.11.3, 1.12.3, 1.13.4]
otp: [21.3, 22.3, 23.3, 24.3]
exclude:
- elixir: 1.7.4
otp: 23.3
- elixir: 1.7.4
otp: 24.3
- elixir: 1.8.2
otp: 23.3
- elixir: 1.8.2
otp: 24.3
- elixir: 1.9.1
otp: 23.3
- elixir: 1.9.1
otp: 24.3
- elixir: 1.10.3
otp: 24.3
- elixir: 1.11.3
otp: 24.3
- elixir: 1.12.3
otp: 21.3
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# CHANGELOG

## 4.2.2

- Use punycode for unicode characters in domain name to fix encoding errors ([#198])
- Update Elixir/OTP compatibility matrix for tests ([#217])

[#198]: https://github.com/fewlinesco/bamboo_smtp/pull/198
[#217]: https://github.com/fewlinesco/bamboo_smtp/pull/217

## 4.2.1

- Remove explicit ranch dependency #208
- Remove explicit ranch dependency ([#208])

[#208]: https://github.com/fewlinesco/bamboo_smtp/pull/208

Expand Down

0 comments on commit 73209a2

Please sign in to comment.