From 0d42238d6f5990b7ad70d08285381e9f43eccb5e Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 28 May 2024 04:48:48 +0000 Subject: [PATCH] chore: release version v0.8.1 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32dee69..64fbedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.8.1](https://harton.dev/james/smokestack/compare/v0.8.0...v0.8.1) (2024-05-28) + + + + +### Bug Fixes: + +* Include `:variant` in option schema. + +* bug with generator arguments. + ## [v0.8.0](https://harton.dev/james/smokestack/compare/v0.7.0...v0.8.0) (2024-05-26) diff --git a/README.md b/README.md index f76c957..49428ca 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ add it directly to your `mix.exs`: ```elixir def deps do [ - {:smokestack, "~> 0.8.0"}, + {:smokestack, "~> 0.8.1"}, ] end ``` diff --git a/mix.exs b/mix.exs index d3528ab..a2bc968 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Smokestack.MixProject do use Mix.Project - @version "0.8.0" + @version "0.8.1" @moduledoc """ Test factories for Ash resources.