diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e701df..16bbcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.2.2 - 2024-01-17 + +* Bug fixes + * Remove lazy NIF loading. There's an unexplained segfault in a small example + program that uses the same strategy. Even though it wasn't reproduceable + here, it's not worth the risk. Thanks to @pojiro for investigating. + ## v1.2.1 - 2024-01-13 * Bug fixes diff --git a/mix.exs b/mix.exs index 67c26d0..3a04646 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Circuits.GPIO.MixProject do use Mix.Project - @version "1.2.1" + @version "1.2.2" @source_url "https://github.com/elixir-circuits/circuits_gpio" def project do