diff --git a/CHANGELOG.md b/CHANGELOG.md index 05cd21c..7880204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ follows: releases, and Linux kernel updates. They're also made to fix bugs and add features to the build infrastructure. +## v0.19.1 + +This is a bug fix and Erlang version bump from 25.2 to 25.2.3. It should be a +low risk upgrade. + +* Fixes + * Set Erlang crash dump timer to 5 seconds, so if an Erlang crash dump does + happen, it will run for at most 5 seconds. See erlinit.conf. + +* Updated dependencies + * [nerves_system_br v1.22.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.22.3) + * [Buildroot 2022.11.1](https://lore.kernel.org/buildroot/87ilh4dvax.fsf@dell.be.48ers.dk/T/#u) + ## v0.19.0 This is a Buildroot version update that appears to mostly contain bug and diff --git a/VERSION b/VERSION index 1cf0537..41915c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.0 +0.19.1