From d8ea526365ca8cfe53ce2005b97fea2058633f12 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:31:53 +0000 Subject: [PATCH] v14.4.6 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ balena/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 257953be..beac61a9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Fix docs for using `tags` rather than `tag` + hash: ef06b212e4a5489fce3564ef29d9d45e6c127d01 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + version: 14.4.6 + title: "" + date: 2024-07-26T12:31:48.950Z - commits: - subject: Fix device.env_var docs with mandatory env var name key hash: 3622aac06bde394912c5f7c981c5768975d4e39d diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ade10a2..78f491cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## v14.4.6 - 2024-07-26 + +* Fix docs for using `tags` rather than `tag` [Otavio Jacobi] + ## v14.4.5 - 2024-06-04 * Fix device.env_var docs with mandatory env var name key [Otavio Jacobi] diff --git a/balena/__init__.py b/balena/__init__.py index 7a2d750b..917fc9b8 100644 --- a/balena/__init__.py +++ b/balena/__init__.py @@ -85,7 +85,7 @@ from .pine import PineClient from .settings import SettingsConfig, Settings -__version__ = "14.4.5" +__version__ = "14.4.6" class Balena: diff --git a/pyproject.toml b/pyproject.toml index a215180d..a75bf1e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "balena-sdk" -version = "14.4.5" +version = "14.4.6" description = "" authors = ["Balena "] license = "Apache License 2.0"