chore: release version v2.0.0

This commit is contained in:
James Harton 2023-01-16 22:09:39 +00:00
parent d511daad2e
commit bfa808ef1b
3 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,13 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.0.0](https://gitlab.com/jimsy/pca9641/compare/v1.0.0...v2.0.0) (2023-01-16)
### Breaking Changes:
* Relicence to HL3-FULL.
## [v1.0.0](https://gitlab.com/jimsy/pca9641/compare/v1.0.0...v1.0.0) (2020-12-28)

View file

@ -19,7 +19,7 @@ by adding `pca9641` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pca9641, "~> 1.0.0"}
{:pca9641, "~> 2.0.0"}
]
end
```

View file

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