Skip to content

Commit

Permalink
v1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 14, 2018
1 parent be517a3 commit 39ecd0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 39ecd0f

Please sign in to comment.