Skip to content

Commit

Permalink
Release v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Apr 14, 2021
1 parent e72de00 commit 424c731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

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

### Enhancements

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

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

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 Hex.MixProject do
use Mix.Project

@version "0.21.2-dev"
@version "0.21.2"

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

0 comments on commit 424c731

Please sign in to comment.