We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72de00 commit 424c731Copy full SHA for 424c731
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## v0.21.2-dev (unreleased)
+## v0.21.2 (2021-04-14)
4
5
### Enhancements
6
@@ -11,6 +11,7 @@
11
* Gracefully handle missing hex metadata in sponsor task
12
* Fix building hex registry
13
* Update ssl opts for host validation on redirect
14
+* Store correct password after confirmation failure
15
16
## v0.21.1 (2021-01-15)
17
mix.exs
@@ -1,7 +1,7 @@
defmodule Hex.MixProject do
use Mix.Project
- @version "0.21.2-dev"
+ @version "0.21.2"
{:ok, system_version} = Version.parse(System.version())
7
@elixir_version {system_version.major, system_version.minor, system_version.patch}
0 commit comments