From 9ffa26d9d757c14d1da75ec5479f8bef3627e940 Mon Sep 17 00:00:00 2001
From: "flowzone-app[bot]"
 <124931076+flowzone-app[bot]@users.noreply.github.com>
Date: Tue, 4 Jun 2024 13:44:58 +0000
Subject: [PATCH] v14.4.5

---
 .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 6d4b55e2..257953be 100644
--- a/.versionbot/CHANGELOG.yml
+++ b/.versionbot/CHANGELOG.yml
@@ -1,3 +1,14 @@
+- commits:
+    - subject: Fix device.env_var docs with mandatory env var name key
+      hash: 3622aac06bde394912c5f7c981c5768975d4e39d
+      body: ""
+      footer:
+        Change-type: patch
+        change-type: patch
+      author: Otavio Jacobi
+  version: 14.4.5
+  title: ""
+  date: 2024-06-04T13:44:55.604Z
 - commits:
     - subject: Fix typo in /v2/applications/:appId/restart-service Supervisor API call
       hash: 811403f98c555e8ec1dde65005194fae143d215d
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea202a9b..9ade10a2 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.5 - 2024-06-04
+
+* Fix device.env_var docs with mandatory env var name key [Otavio Jacobi]
+
 ## v14.4.4 - 2024-05-24
 
 * Fix typo in /v2/applications/:appId/restart-service Supervisor API call [Christina Ying Wang]
diff --git a/balena/__init__.py b/balena/__init__.py
index 2821c2b0..7a2d750b 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.4"
+__version__ = "14.4.5"
 
 
 class Balena:
diff --git a/pyproject.toml b/pyproject.toml
index 2acb0f42..a215180d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "balena-sdk"
-version = "14.4.4"
+version = "14.4.5"
 description = ""
 authors = ["Balena <info@balena.io>"]
 license = "Apache License 2.0"