From c29c6fdf30b42abf9679d07825c12316e721f8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Thu, 2 Feb 2023 00:24:48 +0100 Subject: [PATCH] Release v2.0.3 --- CHANGELOG.md | 7 ++++++- mix.exs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30e8eca..ff0305cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # CHANGELOG -## v2.0.3-dev +## v2.0.3 (2023-02-01) + +### Enhancements + +* Remove dependency on `ssh` application +* Add `trusted_mirror_url` config and `HEX_TRUSTED_MIRROR_URL` environment variable. When setting either of these the repository authentication key will be included in requests. `mirror_url` config and `HEX_MIRROR_URL` have changed to no longer include the authentication key in requests. This is to ensure secrets are not sent to repository mirrors that are not trusted. ## v2.0.2 (2023-01-30) diff --git a/mix.exs b/mix.exs index 2e04f2d1..f7bf9b05 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Hex.MixProject do use Mix.Project - @version "2.0.3-dev" + @version "2.0.3" def project do [