diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6ef2d558..e7336d0b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update Rust crate ureq to 2.9.5 + hash: 367e0409dab4af5d4251a500214197d2af66cf36 + body: | + Update ureq from 2.9.5 to 2.9.6 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 11.30.4 + title: "" + date: 2024-04-12T12:53:54.422Z - commits: - subject: Update balena/open-balena-base Docker tag to v17.0.14 hash: bd3b8bef98cc24248215cc9504d343443fa0038d diff --git a/CHANGELOG.md b/CHANGELOG.md index 417b6056..cbf83c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v11.30.4 +## (2024-04-12) + +* Update Rust crate ureq to 2.9.5 [Self-hosted Renovate Bot] + # v11.30.3 ## (2024-04-12) diff --git a/VERSION b/VERSION index 1686c76a..2742300f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.30.3 \ No newline at end of file +11.30.4 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 32b24fac..445dea6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-balena-vpn", - "version": "11.30.3", + "version": "11.30.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-balena-vpn", - "version": "11.30.3", + "version": "11.30.4", "license": "AGPL-3.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index 1722427a..386b57b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-balena-vpn", "private": true, - "version": "11.30.3", + "version": "11.30.4", "description": "RESTful VPN api", "type": "commonjs", "license": "AGPL-3.0", @@ -79,6 +79,6 @@ "exit": true }, "versionist": { - "publishedAt": "2024-04-12T11:41:54.036Z" + "publishedAt": "2024-04-12T12:53:54.736Z" } }