From 3b9433e9ccb3fd829c74dd1a2f3de49cb61c35d4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 10 Nov 2020 17:59:55 +0200 Subject: [PATCH] v3.1.1 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0a07637..453769a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Update open-balena-api + hash: bfce474ff018496b72d008ec99ec1a6a813f457e + body: > + Fixes a bug with a migration that would keep obsolete DB columns around + and prevent creation of applications and devices. + + + See https://github.com/balena-io/open-balena-api/pull/507 + + + Fixes #94 #95 + footer: + Change-type: patch + change-type: patch + author: Akis Kesoglou + nested: [] + version: 3.1.1 + date: 2020-11-10T15:56:36.600Z - commits: - subject: Change S3 OS images folder from resinos to images hash: 7790290d0e967838d79d5de344f6a18f17882036 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1963397..e793211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v3.1.1 +## (2020-11-10) + +* Update open-balena-api [Akis Kesoglou] + # v3.1.0 ## (2020-11-03) diff --git a/VERSION b/VERSION index a0cd9f0..50e47c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.1.1 \ No newline at end of file