Skip to content

Commit 39ecd0f

Browse files
committed
v1.2.1 release
1 parent be517a3 commit 39ecd0f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.2.1
4+
5+
* Bug fixes
6+
* Fixed incorrect edge notifications when registering for only rising or
7+
falling interrupts. Thanks to jsimmons2 for this fix.
8+
39
## v1.2.0
410

511
* New features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Elixir library. Normally, you would include elixir_ale as a dependency in your
2626

2727
```elixir
2828
def deps do
29-
[{:elixir_ale, "~> 1.0"}]
29+
[{:elixir_ale, "~> 1.2"}]
3030
end
3131
```
3232

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirAle.MixProject do
44
def project do
55
[
66
app: :elixir_ale,
7-
version: "1.2.0",
7+
version: "1.2.1",
88
elixir: "~> 1.6",
99
name: "elixir_ale",
1010
description: description(),

0 commit comments

Comments
 (0)