From 31b4c2cc331b9e11c409099f03ca0168b78fd5f5 Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 8 May 2024 19:24:46 +1200 Subject: [PATCH] chore: release version v0.8.2 --- 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 eb3fd15..89be8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.8.2](https://github.com/ash-project/reactor/compare/v0.8.1...v0.8.2) (2024-05-08) + + + + +### Bug Fixes: + +* initialisation issue with middlewares. + ## [v0.8.1](https://github.com/ash-project/reactor/compare/v0.8.0...v0.8.1) (2024-03-20) diff --git a/README.md b/README.md index 29d3911..2a5f6cf 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.1"} + {:reactor, "~> 0.8.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 21f3d97..ae7264d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Reactor.MixProject do use Mix.Project - @version "0.8.1" + @version "0.8.2" @description "An asynchronous, graph-based execution engine" def project do