Skip to content

Commit

Permalink
v0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 27, 2022
1 parent e547d32 commit e2b4a11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e2b4a11

Please sign in to comment.