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 d34d384 commit 5d92203Copy full SHA for 5d92203
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.5.2
4
+
5
+* New features
6
+ * Add `NervesKey.ssl_opts/1` helper function to simplify integration with
7
+ libraries using TLS like NervesHub and Tortoise.
8
9
## v0.5.1
10
11
* New features
mix.exs
@@ -1,7 +1,7 @@
defmodule NervesKey.MixProject do
use Mix.Project
- @version "0.5.1"
+ @version "0.5.2"
@source_url "https://github.com/nerves-hub/nerves_key"
def project do
0 commit comments