From d380f2af4b4b29594003538443adca7ab6223fc2 Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 10 Jul 2024 20:17:13 +1200 Subject: [PATCH] chore: release version v0.8.5 --- 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 6b49de8..5b9a319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.8.5](https://github.com/ash-project/reactor/compare/v0.8.4...v0.8.5) (2024-07-10) + + + + +### Improvements: + +* add `mix reactor.install` (#124) + ## [v0.8.4](https://github.com/ash-project/reactor/compare/v0.8.3...v0.8.4) (2024-05-25) diff --git a/README.md b/README.md index d84ebae..8ff5d66 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The package can be installed by adding `reactor` to your list of dependencies in ```elixir def deps do [ - {:reactor, "~> 0.8.4"} + {:reactor, "~> 0.8.5"} ] end ``` diff --git a/mix.exs b/mix.exs index 68808c5..53b804c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Reactor.MixProject do use Mix.Project - @version "0.8.4" + @version "0.8.5" @description "An asynchronous, graph-based execution engine" def project do