From 60918f7fb32f31989815483954170c0ded0cbddb Mon Sep 17 00:00:00 2001 From: connor rigby Date: Tue, 5 Nov 2019 13:05:30 -0800 Subject: [PATCH] Release version 8.2.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- VERSION | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd8e7cc..497d4d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * Features * Add timer to reset `firmware_input_log` and `firmware_output_log` after 5 minutes * Add a back off timer for flashing firmware +* Bug fixes + * Fix issue where opencv would error. Most notibly in take-photo # 8.2.0 * Features diff --git a/README.md b/README.md index 76c48cfd..5522b801 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Download the version of FarmBot OS that corresponds to the FarmBot kit and compu | FarmBot Kit | Computer | Download Link | | --- | --- | --- | -| Genesis v1.2, Genesis v1.3, Genesis v1.4, Genesis XL v1.4 | Raspberry Pi 3 | [Download FBOS](https://github.com/FarmBot/farmbot_os/releases/download/v8.2.0/farmbot-rpi3-8.2.0.img) | +| Genesis v1.2, Genesis v1.3, Genesis v1.4, Genesis XL v1.4 | Raspberry Pi 3 | [Download FBOS](https://github.com/FarmBot/farmbot_os/releases/download/v8.2.1/farmbot-rpi3-8.2.1.img) | | Express v1.0, Express XL v1.0 | Raspberry Pi Zero W | Coming soon | --- diff --git a/VERSION b/VERSION index a1a4c971..797ed2e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.2.1-rc3 \ No newline at end of file +8.2.1 \ No newline at end of file