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:05:50 +13:00
parent d6e47107e0
commit 7649d63f2a
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/ina219/compare/v2.0.0...v2.0.1) (2024-02-23)
## [v2.0.0](https://harton.dev/james/ina219/compare/v1.0.0...v2.0.0) (2023-01-16)
### Breaking Changes:

View file

@ -56,7 +56,7 @@ You'll also need to install an appropriate connection driver.
```elixir
def deps do
[
{:ina219, "~> 2.0.0"}
{:ina219, "~> 2.0.1"}
]
end
```

View file

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