diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc4379..680e572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.10.4] - 2022-02-16 + +### Fixed + +* Regression for Nerves systems using `glibc v2.33` and later. This affects + toolchains with version numbers `v1.4.2` and later. + ## v0.10.3 * Changes @@ -124,3 +131,5 @@ configuration example that should look familiar. Initial `vintage_net_mobile` release. +[v0.10.4]: https://github.com/nerves-networking/vintage_net_mobile/compare/v0.10.3...v0.10.4 + diff --git a/README.md b/README.md index 2da90ef..35f9231 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To use this library, first add it to your project's dependency list: ```elixir def deps do [ - {:vintage_net_mobile, "~> 0.1.2"} + {:vintage_net_mobile, "~> 0.10.4"} ] end ``` diff --git a/mix.exs b/mix.exs index bbbe6dc..37acdce 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetMobile.MixProject do use Mix.Project - @version "0.10.3" + @version "0.10.4" @source_url "https://github.com/nerves-networking/vintage_net_mobile" def project do