From c55527e9163dd3af18078c2505e8cfb073c49ce9 Mon Sep 17 00:00:00 2001 From: James Harton Date: Fri, 23 Feb 2024 20:19:17 +1300 Subject: [PATCH] chore: release version v1.0.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 [