Skip to content

Commit 63f8564

Browse files
committed
Version bump to 1.3.2
1 parent 87f287f commit 63f8564

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.3.2 (31 Dec 2023)
2+
3+
### Changes
4+
5+
* Allow `sni_hosts` or `sni_fun` in place of `cert`/`certfile` and
6+
`key`/`keyfile`
7+
8+
### Fixes
9+
10+
* Move `handle_info` fallback clause to module compilation hook (#105)
11+
112
## 1.3.1 (30 Dec 2023)
213

314
### Fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ThousandIsland.MixProject do
44
def project do
55
[
66
app: :thousand_island,
7-
version: "1.3.1",
7+
version: "1.3.2",
88
elixir: "~> 1.13",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)