From 278f3398fca3d3b728b44a8eda9838c015d327f5 Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 5 Sep 2023 07:40:41 +0000 Subject: [PATCH] chore: release version v0.3.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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.