Skip to content

Commit

Permalink
Release v0.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Oct 20, 2020
1 parent da57dcc commit cc94617
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.20.6 (2020-10-20)

### Bug fixes

* Fix compatibility with OTP 24

## v0.20.5 (2020-02-05)

### Enhancements
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.20.5"
@version "0.20.6"

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

0 comments on commit cc94617

Please sign in to comment.