diff --git a/CHANGELOG.md b/CHANGELOG.md index 7528b8e..6b49de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.8.4](https://github.com/ash-project/reactor/compare/v0.8.3...v0.8.4) (2024-05-25) + + + + +### Bug Fixes: + +* inability to store composed reactors at compile time. + ## [v0.8.3](https://github.com/ash-project/reactor/compare/v0.8.2...v0.8.3) (2024-05-24) diff --git a/README.md b/README.md index 2948911..dfc12c7 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.8.3"} + {:reactor, "~> 0.8.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 9241939..aedb185 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Reactor.MixProject do use Mix.Project - @version "0.8.3" + @version "0.8.4" @description "An asynchronous, graph-based execution engine" def project do