Skip to content

Commit

Permalink
v14.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored May 24, 2024
1 parent 915bcb7 commit 19ec2d0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
- commits:
- subject: Force test email to contains "+testsdk"
hash: 2a3b5a32401a5cefcfce2d33d64be10268755724
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
- subject: Fix unsubscribe for cases where logs come too early after unsubscribing
hash: 1eba56f11e0f5f1c22ea707ded06fddb390a3fd4
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
- subject: Fix verification of admin user without "permissions" on JWT
hash: c649deb76c29ccc4c68e3deb59429cc2baa33fa0
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
version: 14.4.3
title: ""
date: 2024-05-24T14:54:56.819Z
- commits:
- subject: "release.get_with_with_details: Set user None when without permissions"
hash: 5e7339c81a0428022282a53aece376b59890e389
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.3 - 2024-05-24

* Force test email to contains "+testsdk" [Otavio Jacobi]
* Fix unsubscribe for cases where logs come too early after unsubscribing [Otavio Jacobi]
* Fix verification of admin user without "permissions" on JWT [Otavio Jacobi]

## v14.4.2 - 2024-03-25

* Release.get_with_with_details: Set user None when without permissions [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.2"
__version__ = "14.4.3"


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.2"
version = "14.4.3"
description = ""
authors = ["Balena <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 19ec2d0

Please sign in to comment.