Skip to content

Commit

Permalink
v14.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored May 24, 2024
1 parent 4d65133 commit 9c15a2a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: Fix typo in /v2/applications/:appId/restart-service Supervisor API call
hash: 811403f98c555e8ec1dde65005194fae143d215d
body: ""
footer:
Change-type: patch
change-type: patch
Closes: "#354"
closes: "#354"
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
version: 14.4.4
title: ""
date: 2024-05-24T19:55:13.993Z
- commits:
- subject: Force test email to contains "+testsdk"
hash: 2a3b5a32401a5cefcfce2d33d64be10268755724
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4 - 2024-05-24

* Fix typo in /v2/applications/:appId/restart-service Supervisor API call [Christina Ying Wang]

## v14.4.3 - 2024-05-24

* Force test email to contains "+testsdk" [Otavio Jacobi]
Expand Down
2 changes: 1 addition & 1 deletion balena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
from .pine import PineClient
from .settings import SettingsConfig, Settings

__version__ = "14.4.3"
__version__ = "14.4.4"


class Balena:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "balena-sdk"
version = "14.4.3"
version = "14.4.4"
description = ""
authors = ["Balena <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 9c15a2a

Please sign in to comment.