From 271fe6671ade2c778dbd21f68861a0a667448298 Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 2 Apr 2024 10:35:30 +1300 Subject: [PATCH] chore: release version v0.6.1-rc.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 507659e..55044da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.6.1-rc.1](https://harton.dev/james/smokestack/compare/v0.6.1-rc.0...v0.6.1-rc.1) (2024-04-01) + + + + +### Bug Fixes: + +* docs reference to `Ash.Seed.seed!/2`. + ## [v0.6.1-rc.0](https://harton.dev/james/smokestack/compare/v0.6.0...v0.6.1-rc.0) (2024-03-30) diff --git a/README.md b/README.md index 26180ee..fd24c08 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ add it directly to your `mix.exs`: ```elixir def deps do [ - {:smokestack, "~> 0.6.1-rc.0"}, + {:smokestack, "~> 0.6.1-rc.1"}, ] end ``` diff --git a/mix.exs b/mix.exs index e4f830a..ee8a29e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Smokestack.MixProject do use Mix.Project - @version "0.6.1-rc.0" + @version "0.6.1-rc.1" @moduledoc """ Test factories for Ash resources.