From 179f655ad6b2261e3d8188d511540c233e8f5a96 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sat, 6 Nov 2021 23:09:09 -0400 Subject: [PATCH] v1.17.2 release --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1eba7..0c88f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +This project does NOT follow semantic versioning. The version increases as +follows: + +1. Major version updates are breaking updates to the build infrastructure. + These should be very rare. +2. Minor version updates are made for every major Buildroot release. This + may also include Erlang/OTP and Linux kernel updates. These are made four + times a year shortly after the Buildroot releases. +3. Patch version updates are made for Buildroot minor releases, Erlang/OTP + releases, and Linux kernel updates. They're also made to fix bugs and add + features to the build infrastructure. + +## v1.17.2 + +* Updated dependencies + * [nerves_system_br v1.17.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.17.3) + * [Erlang/OTP 24.1.4](https://erlang.org/download/OTP-24.1.4.README). + ## v1.17.1 This is a security/bug fix patch release. It should be safe to update for diff --git a/VERSION b/VERSION index 511a76e..06fb41b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.1 +1.17.2