From 194ac08502cad54dc072e58c1f30a901c04b3284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Mon, 6 Feb 2023 18:57:20 +0100 Subject: [PATCH] Release v2.0.6 --- CHANGELOG.md | 6 +++++- mix.exs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b38ebf1c..55bf09ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # CHANGELOG -## v2.0.6-dev +## v2.0.6 (2023-02-06) + +### Bug fixes + +* Fix application startup when there are configured organizations ## v2.0.5 (2023-02-06) diff --git a/mix.exs b/mix.exs index 32ef5019..12539059 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Hex.MixProject do use Mix.Project - @version "2.0.6-dev" + @version "2.0.6" def project do [