chore: release version v2.0.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-02-23 20:25:43 +13:00
parent db448c5061
commit 4f8d3b16fa
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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:

View file

@ -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
```

View file

@ -1,7 +1,7 @@
defmodule PCA9641.MixProject do
use Mix.Project
@version "2.0.0"
@version "2.0.1"
def project do
[