diff --git a/CHANGELOG.md b/CHANGELOG.md index 64fbedd..a05bae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.0](https://harton.dev/james/smokestack/compare/v0.8.1...v0.9.0) (2024-05-28) + + + + +### Features: + +* Auto build/load factory options. (#83) + ## [v0.8.1](https://harton.dev/james/smokestack/compare/v0.8.0...v0.8.1) (2024-05-28) diff --git a/README.md b/README.md index 49428ca..6b920c3 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.1"}, + {:smokestack, "~> 0.9.0"}, ] end ``` diff --git a/mix.exs b/mix.exs index 135c36f..69215ea 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Smokestack.MixProject do use Mix.Project - @version "0.8.1" + @version "0.9.0" @moduledoc """ Test factories for Ash resources.