From 958d5c8f09b9f6a139cd246d06c584367992ab3d Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Thu, 9 Jan 2020 16:44:02 -0600 Subject: [PATCH] v9.0.1 --- CHANGELOG.md | 1 + VERSION | 2 +- docs/target_development/provisioning_ota_system.md | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d40b1bc2..62145cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ # 9.0.1 * Routine token updates on Circle CI. + * Fix bugs that were causing devices to erroneously factory reset under some circumstances. # 9.0.0 * Run updates on Nerves systems. diff --git a/VERSION b/VERSION index a2a1729f..37ad5c8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.1-rc3 \ No newline at end of file +9.0.1 diff --git a/docs/target_development/provisioning_ota_system.md b/docs/target_development/provisioning_ota_system.md index d67b9ab7..49202a01 100644 --- a/docs/target_development/provisioning_ota_system.md +++ b/docs/target_development/provisioning_ota_system.md @@ -10,7 +10,7 @@ Publishing a FarmBotOS release requires coordination of a few different systems. ## Legacy Release System -The legacy system is somewhat simpiler. It goes as follows: +The legacy system is somewhat simpler. It goes as follows: ### Pull request into `master` branch @@ -54,7 +54,7 @@ Beta releases are constructed by creating a tag off of the `staging` branch. ## NervesHub System -The NervesHub system is simpiler to use, but more complex to setup. +The NervesHub system is simpler to use, but more complex to setup. ### User registration