From fa4a363d42fa98f190fcdc2851b25e225ac8403b Mon Sep 17 00:00:00 2001
From: Frank Hunleth <fhunleth@troodon-software.com>
Date: Sat, 25 Jul 2020 15:54:54 -0400
Subject: [PATCH] v0.9.0 release

---
 CHANGELOG.md | 12 ++++++++++++
 mix.exs      |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46694ff..4288e6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Changelog
 
+## v0.9.0
+
+* New features
+  * Add initial support for using the `VintageNet.PowerManager`to manage the
+    power to cellular modems. This allows `VintageNet` to power on and off a
+    modem as needed and if it becomes unresponsive. To use this, you will need
+    to provide an implementation of `VintageNet.PowerManager` that can control
+    the GPIO (or whatever) connections that enable power and can send
+    appropriate UART commands to power off. This only has been tested with
+    Quectel BG96 and EC25 modems, but should be applicable to all modems.
+  * Synchronize with vintage_net v0.9.0's networking program path API update
+
 ## v0.8.0
 
 (Skipping version numbers to make the version match `vintage_net` for ease of
diff --git a/mix.exs b/mix.exs
index 826ebaf..7dec71e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule VintageNetMobile.MixProject do
   use Mix.Project
 
-  @version "0.8.0"
+  @version "0.9.0"
   @source_url "https://github.com/nerves-networking/vintage_net_mobile"
 
   def project do