From 39ecd0f59c51cbce6dec3f2f7f20aa18430f1f00 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 14 Nov 2018 09:10:13 -0500 Subject: [PATCH] v1.2.1 release --- CHANGELOG.md | 6 ++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a5a70..ef6bd02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.2.1 + +* Bug fixes + * Fixed incorrect edge notifications when registering for only rising or + falling interrupts. Thanks to jsimmons2 for this fix. + ## v1.2.0 * New features diff --git a/README.md b/README.md index 58b49d9..2553cb4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Elixir library. Normally, you would include elixir_ale as a dependency in your ```elixir def deps do - [{:elixir_ale, "~> 1.0"}] + [{:elixir_ale, "~> 1.2"}] end ``` diff --git a/mix.exs b/mix.exs index d8df647..b84e28d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ElixirAle.MixProject do def project do [ app: :elixir_ale, - version: "1.2.0", + version: "1.2.1", elixir: "~> 1.6", name: "elixir_ale", description: description(),