From e254bed66553115dd8f17eee85aa016bda241026 Mon Sep 17 00:00:00 2001
From: Matt Ludwigs <mattludwigs@users.noreply.github.com>
Date: Wed, 16 Feb 2022 08:17:26 -0700
Subject: [PATCH] v0.10.4 release

---
 CHANGELOG.md | 9 +++++++++
 README.md    | 2 +-
 mix.exs      | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

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