From 4f8d3b16fa8ed3ec88b3bc5bb87639174c52b0d9 Mon Sep 17 00:00:00 2001 From: James Harton Date: Fri, 23 Feb 2024 20:25:43 +1300 Subject: [PATCH] chore: release version v2.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 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 [