diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e3999..f73aa36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.1](https://harton.dev/james/pca9641/compare/v2.0.0...v2.0.1) (2024-02-23) + + + + ## [v2.0.0](https://harton.dev/james/pca9641/compare/v1.0.0...v2.0.0) (2023-01-16) ### Breaking Changes: diff --git a/README.md b/README.md index 30cfe84..744bcb5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ can be installed by adding `pca9641` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:pca9641, "~> 2.0.0"} + {:pca9641, "~> 2.0.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 63560ea..f2c7b87 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PCA9641.MixProject do use Mix.Project - @version "2.0.0" + @version "2.0.1" def project do [