From 4abd9ff23d3fc5fce94c625346871248471e4458 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Sun, 7 Aug 2022 20:30:29 +0100 Subject: [PATCH] Include #493 and #489 in CHANGELOG --- CHANGELOG.md | 8 +++++++- README.md | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7302efcf..24509458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog -## v1.4.0-rc.0 +## v1.4.0 + +### Enhancements - Allow a process manager to stop after dispatching a command ([#460](https://github.com/commanded/commanded/pull/460)). - Replace `use Mix.Config` with `import Config` in config files ([#467](https://github.com/commanded/commanded/pull/467)). - Event handler concurrency ([#486](https://github.com/commanded/commanded/pull/486)). +- Remove `elixir_uuid` dependency ([#493](https://github.com/commanded/commanded/pull/493)). +- Support and test for OTP 25 ([#489](https://github.com/commanded/commanded/pull/489)). + +--- ## v1.3.1 diff --git a/README.md b/README.md index 6e116fc2..e70813fe 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Commanded exists thanks to the following people who have contributed. - [Adil Yarulin](https://github.com/ayarulin) +- [Alexandre de Souza](https://github.com/aleDsz) - [Andrey Akulov](https://github.com/astery) - [Andrzej Sliwa](https://github.com/andrzejsliwa) - [Ben Smith](https://github.com/slashdotdash) @@ -146,6 +147,7 @@ Commanded exists thanks to the following people who have contributed. - [Danilo Silva](https://github.com/silvadanilo) - [Dave Lucia](https://github.com/davydog187) - [David Carlin](https://github.com/davich) +- [Damir Vandic](https://github.com/dvic) - [Danni Friedland](https://github.com/BlueHotDog) - [Ernesto](https://github.com/lex-mala) - [Fernando Mendes](https://github.com/justmendes) @@ -156,11 +158,13 @@ Commanded exists thanks to the following people who have contributed. - [João Thallis](https://github.com/joaothallis) - [John Wilger](https://github.com/jwilger) - [Joseph Lozano](https://github.com/joseph-lozano) +- [Kian-Meng Ang](https://github.com/kianmeng) - [Kok J Sam](https://github.com/sammkj) - [Leif Gensert](https://github.com/leifg) - [Luís Ferreira](https://github.com/zamith) - [Marcelo Dominguez](https://github.com/marpo60) - [Matt Doughty](https://github.com/m-doughty) +- [Matthew Boehlig](https://github.com/thetamind) - [Michael Herold](https://github.com/michaelherold) - [Miguel Palhas](https://github.com/naps62) - [Nigel Thorne](https://github.com/nigelthorne) @@ -172,6 +176,7 @@ Commanded exists thanks to the following people who have contributed. - [Štefan Ľupták](https://github.com/EskiMag) - [Tobiasz Małecki](https://github.com/amatalai) - [Willy Wombat](https://github.com/octowombat) +- [Yordis Prieto](https://github.com/yordis) - [Yuri de Figueiredo](https://github.com/y86) - [Zven](https://github.com/zven21)