diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8e358..c54521d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.0.1](https://harton.dev/james/mpl3115a2/compare/v1.0.0...v1.0.1) (2024-02-23) + + + + ## [v1.0.0](https://harton.dev/james/mpl3115a2/compare/v0.3.0...v1.0.0) (2023-01-16) ### Breaking Changes: diff --git a/README.md b/README.md index fc8ace3..cda87fb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ by adding `mpl3115a2` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:mpl3115a2, "~> 1.0.0"} + {:mpl3115a2, "~> 1.0.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 1da6a7b..a651bc8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule MPL3115A2.MixProject do use Mix.Project - @version "1.0.0" + @version "1.0.1" def project do [