From 3ef9b32ed15cebef60b0fc1aec090799339e4322 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:26:33 +0000 Subject: [PATCH] v5.68.6 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9de5cd87ad..6aea69778a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix google workspace docs for saml + hash: 3f8b615ebd2d216607b7948715c8b4eedf94777c + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 5.68.6 + title: "" + date: 2024-10-08T23:26:30.923Z - commits: - subject: "patch: state that SAML is available to all standard paid plans" hash: 5eca22885452bb5e1c3202e7cf91c24aa628516b diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f52cb8c1..da2b1fe6df 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](https://semver.org/). +## 5.68.6 - 2024-10-08 + +* Fix google workspace docs for saml [Otavio Jacobi] + ## 5.68.5 - 2024-10-07 * patch: state that SAML is available to all standard paid plans [Ross Porter] diff --git a/package-lock.json b/package-lock.json index b2f00f9ec5..a3881ff960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.68.5", + "version": "5.68.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.68.5", + "version": "5.68.6", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 3b0038ccec..c00b829c6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.68.5", + "version": "5.68.6", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-07T17:18:23.827Z" + "publishedAt": "2024-10-08T23:26:31.474Z" } }