diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e7dcf..bbfce5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## v1.0.7 + * Regex bug fix [#8](https://github.com/tielur/alice_haha/pull/8) + ## v1.0.6 * Bug fix related to the use of delayed_reply [#7](https://github.com/tielur/alice_haha/pull/7) + ## v1.0.5 * Bug fix to repetitive laugh check. It now correctly handlers direct messages and messages in channels. diff --git a/mix.exs b/mix.exs index b6d3fc0..7f21038 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule AliceHaha.Mixfile do def project do [ app: :alice_haha, - version: "1.0.6", + version: "1.0.7", elixir: "~> 1.3", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,