From 6739d1257bd06424c6f10b6173c6083a9531683c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 24 May 2021 15:40:42 +0300 Subject: [PATCH] v3.3.1 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2ef1e7c..a32cb2c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: >- + scripts/compose: Delete Balena CLI version warning This can be removed + completely now — it was added to ensure existing users also update to + the latest (at the time) CLI as they updated their open-balena + installation. + hash: cd2c3f5e11c492f91ff49da5b164c280c183a41f + body: '' + footer: + Change-type: patch + change-type: patch + author: fisehara + nested: [] + version: 3.3.1 + date: 2021-05-24T12:19:20.216Z - commits: - subject: Update registry service hash: 49831a6a60f7ce2021c6a06f89d63dc6ba5d21dd diff --git a/CHANGELOG.md b/CHANGELOG.md index 6425558..97bd47a 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.3.1 +## (2021-05-24) + +* scripts/compose: Delete Balena CLI version warning This can be removed completely now — it was added to ensure existing users also update to the latest (at the time) CLI as they updated their open-balena installation. [fisehara] + # v3.3.0 ## (2021-05-05) diff --git a/VERSION b/VERSION index 0fa4ae4..712bd5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.0 \ No newline at end of file +3.3.1 \ No newline at end of file