Skip to content

Commit 424c731

Browse files
committed
Release v0.21.2
1 parent e72de00 commit 424c731

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v0.21.2-dev (unreleased)
3+
## v0.21.2 (2021-04-14)
44

55
### Enhancements
66

@@ -11,6 +11,7 @@
1111
* Gracefully handle missing hex metadata in sponsor task
1212
* Fix building hex registry
1313
* Update ssl opts for host validation on redirect
14+
* Store correct password after confirmation failure
1415

1516
## v0.21.1 (2021-01-15)
1617

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Hex.MixProject do
22
use Mix.Project
33

4-
@version "0.21.2-dev"
4+
@version "0.21.2"
55

66
{:ok, system_version} = Version.parse(System.version())
77
@elixir_version {system_version.major, system_version.minor, system_version.patch}

0 commit comments

Comments
 (0)