diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d84f078..7653f55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Changelog +## v0.8.1 + +* Enhancements + * Update docs and resources +* Fixes + * An issue when the unsolicited message server would cause a + no match error that propagated up the supervision tree + +Thank you to those who contributed to this release: + +* Ryan Winchester + ## v0.8.0 Adds support for handling SmartStart meta extension fields. diff --git a/mix.exs b/mix.exs index 581e28e4..5741eb83 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Grizzly.MixProject do def project do [ app: :grizzly, - version: "0.8.0", + version: "0.8.1", elixir: "~> 1.5", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,