diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce745e..0ea1745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## v0.6.3-dev +## v0.7.0 + + * New features + * Added and improved helper functions for finding I2C devices and I2C and + SPI buses. ## v0.6.2 diff --git a/README.md b/README.md index 960535b..d95e5e7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Elixir library. Normally, you would include elixir_ale as a dependency in your `mix.exs` like this: def deps do - [{:elixir_ale, "~> 0.6.2"}] + [{:elixir_ale, "~> 0.7"}] end If you just want to try it out, you can do the following: diff --git a/mix.exs b/mix.exs index 1e0c90e..3084b22 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ElixirALE.Mixfile do def project do [app: :elixir_ale, - version: "0.6.3-dev", + version: "0.7.0", elixir: "~> 1.2", name: "elixir_ale", description: description(),