Skip to content

Commit cc94617

Browse files
committed
Release v0.20.6
1 parent da57dcc commit cc94617

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.20.6 (2020-10-20)
4+
5+
### Bug fixes
6+
7+
* Fix compatibility with OTP 24
8+
39
## v0.20.5 (2020-02-05)
410

511
### Enhancements

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.20.5"
4+
@version "0.20.6"
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)