diff --git a/CHANGELOG.md b/CHANGELOG.md index b482f66..a479a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.4.1](https://github.com/ash-project/reactor/compare/v0.4.0...v0.4.1) (2023-09-26) + + + + +### Bug Fixes: + +* weird issue with aliases sometimes not being expanded in generated reactors. + ## [v0.4.0](https://github.com/ash-project/reactor/compare/v0.3.5...v0.4.0) (2023-09-11) diff --git a/README.md b/README.md index c9a7c6b..3958d9c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The package can be installed by adding `reactor` to your list of dependencies in ```elixir def deps do [ - {:reactor, "~> 0.4.0"} + {:reactor, "~> 0.4.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 85dbbef..804d38a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Reactor.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" @description "An asynchronous, graph-based execution engine" def project do