diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4ed35..8c6a79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.0](https://code.harton.nz/james/smokestack/compare/v0.2.0...v0.3.0) (2023-09-05) + + + + +### Features: + +* build related parameters when requested. (#4) + ## [v0.2.0](https://code.harton.nz/james/smokestack/compare/v0.1.1...v0.2.0) (2023-09-05) diff --git a/mix.exs b/mix.exs index 054827f..8b920b3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Smokestack.MixProject do use Mix.Project - @version "0.2.0" + @version "0.3.0" @moduledoc """ Test factories for Ash resources.