Skip to content

Commit f92a3c1

Browse files
v6.9.1
1 parent 2ce3eb6 commit f92a3c1

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Fix cookie consent banner customize tab options being ignored when
3+
clicking on 'Save selection'
4+
hash: b303e1a4b99d1e0ff302f87ac84f4f06813d4940
5+
body: |
6+
Incident: https://balena.fibery.io/Security/Information_Security_and_Reliability_Incident/Cookie-consent-tracking-enabled-after-rejection-in-the-'customize'-tab-of-the-cookie-consent-banner-110
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: Jonathan Berger
11+
nested: []
12+
version: 6.9.1
13+
title: ""
14+
date: 2025-07-29T10:55:01.768Z
115
- commits:
216
- subject: "API/resources: Add example about retrieving multiple devices by their
317
UUIDs"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## 6.9.1 - 2025-07-29
8+
9+
* Fix cookie consent banner customize tab options being ignored when clicking on 'Save selection' [Jonathan Berger]
10+
711
## 6.9.0 - 2025-07-17
812

913
* API/resources: Add example about retrieving multiple devices by their UUIDs [Thodoris Greasidis]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-docs",
33
"private": true,
4-
"version": "6.9.0",
4+
"version": "6.9.1",
55
"engines": {
66
"node": "^22.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.99.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2025-07-17T15:25:51.849Z"
62+
"publishedAt": "2025-07-29T10:55:02.364Z"
6363
}
6464
}

0 commit comments

Comments
 (0)