From 690a388a93ce782dea6fb837df3c18b4f2f368b4 Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 20 May 2024 04:59:12 +0000 Subject: [PATCH] chore: release version v0.7.0 --- 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 d9dafcc..59ff82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.7.0](https://harton.dev/james/smokestack/compare/v0.6.2...v0.7.0) (2024-05-20) + + + + +### Features: + +* related: Newly build records can now be related to existing records. + ## [v0.6.2](https://harton.dev/james/smokestack/compare/v0.6.1-rc.2...v0.6.2) (2024-05-11) diff --git a/README.md b/README.md index d2438a4..3884a01 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.2"}, + {:smokestack, "~> 0.7.0"}, ] end ``` diff --git a/mix.exs b/mix.exs index 2536e51..34f3682 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Smokestack.MixProject do use Mix.Project - @version "0.6.2" + @version "0.7.0" @moduledoc """ Test factories for Ash resources.