From dd13ff39a6a94cd249f0731801dccb49bae95b13 Mon Sep 17 00:00:00 2001 From: Gitlab Runner for James Harton Date: Mon, 16 Jan 2023 22:07:59 +0000 Subject: [PATCH] chore: release version v1.0.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a9e45..00e649a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.0.0](https://gitlab.com/jimsy/mpl3115a2/compare/v0.3.0...v1.0.0) (2023-01-16) +### Breaking Changes: + +* Relicense to HL3-FULL. + + + ## [v0.3.0](https://gitlab.com/jimsy/mpl3115a2/compare/v0.3.0...v0.3.0) (2020-12-28) diff --git a/README.md b/README.md index 1b121af..efb4352 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ by adding `mpl3115a2` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:mpl3115a2, "~> 0.3.0"} + {:mpl3115a2, "~> 1.0.0"} ] end ``` diff --git a/mix.exs b/mix.exs index cdb3d4f..dc8fb52 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule MPL3115A2.MixProject do use Mix.Project - @version "0.3.0" + @version "1.0.0" def project do [