From e2b4a116e2810a01ff1143cacbbc9120d922ab85 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 27 Jul 2022 15:18:14 -0400 Subject: [PATCH] v0.9.1 release --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edbd611..e440f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.9.1 + +* Bug fixes + * Enable HTTPS semantics for X.509 certificate validation. This fixes an issue + where wildcard certificates were being incorrectly reported as invalid. + Thanks to @doawoo for this fix. + ## 0.9.0 This releases shifts preferance to token authentication rather than the user diff --git a/mix.exs b/mix.exs index 963f4c7..44fbbdb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubUserAPI.MixProject do use Mix.Project - @version "0.9.0" + @version "0.9.1" @source_url "https://github.com/nerves-hub/nerves_hub_user_api" def project do