diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a758a..a2e6e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -## [v0.2.0] - 2021-02-10 +## [v0.3.0] - 2022-03-09 + +### Changed + +- Improve documentation and typespecs +- Improve README and docs +- Rename ControlPanel -> ACU + +### Added + +- Add LICENSE info + +## [v0.2.0] - 2022-02-10 ### Added diff --git a/mix.exs b/mix.exs index 848238d..6e473d3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Jeff.MixProject do use Mix.Project - @version "0.2.0" + @version "0.3.0" def project do [