diff --git a/CHANGELOG.md b/CHANGELOG.md index 46039b6..74c729b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.0.4](https://gitlab.com/jimsy/wafer/compare/v1.0.3...v1.0.4) (2024-04-24) + + + + ## [v1.0.3](https://gitlab.com/jimsy/wafer/compare/v1.0.2...v1.0.3) (2023-11-24) diff --git a/README.md b/README.md index 66f640b..4d45fc1 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ installed by adding `wafer` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:wafer, "~> 1.0.3"} + {:wafer, "~> 1.0.4"} ] end ``` diff --git a/mix.exs b/mix.exs index eb583cd..5b1e1a8 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Wafer.MixProject do peripherals and interacting with GPIO pins easier. """ - @version "1.0.3" + @version "1.0.4" def project do [