diff --git a/CHANGELOG.md b/CHANGELOG.md index fe138d4..b266cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.1.2 - 2024-09-08 + +* Bug fixes + * Fix compilation when Erlang has been installed to a directory with spaces + ## v2.1.1 - 2024-08-19 * Changes diff --git a/mix.exs b/mix.exs index 39d9e81..3073fa9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Circuits.GPIO.MixProject do use Mix.Project - @version "2.1.1" + @version "2.1.2" @description "Use GPIOs in Elixir" @source_url "https://github.com/elixir-circuits/circuits_gpio"