We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f287f commit 63f8564Copy full SHA for 63f8564
CHANGELOG.md
@@ -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
12
## 1.3.1 (30 Dec 2023)
13
14
### Fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule ThousandIsland.MixProject do
def project do
[
app: :thousand_island,
- version: "1.3.1",
+ version: "1.3.2",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
0 commit comments