From 857e6b3bd759ac6a630f8b21c597d13a8bebf664 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 29 Oct 2020 13:43:03 +0200 Subject: [PATCH] v3.0.1 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4574faf..6083cb7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Update the API fixing an issue with migrations + hash: eec16b843d5e18d21658173b51d004b3600aced9 + body: > + When updating from previous versions, the API will fail to execute the + database migrations. This updates the API version to include a fix for + this. + footer: + Change-type: patch + change-type: patch + author: Akis Kesoglou + nested: [] + version: 3.0.1 + date: 2020-10-29T11:38:33.463Z - commits: - subject: Update versions of services hash: 1f7ed769c094030b6c5ee60114498ebdb1e4ccf5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af285a..22d80ed 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.0.1 +## (2020-10-29) + +* Update the API fixing an issue with migrations [Akis Kesoglou] + # v3.0.0 ## (2020-10-28) diff --git a/VERSION b/VERSION index 56fea8a..13d683c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 \ No newline at end of file +3.0.1 \ No newline at end of file