From 417d2df7a50eb51072071b5c3e582db6626a0251 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:31:27 +0000 Subject: [PATCH] v4.11.71 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 28da8ca1..65c51363 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update Lock file maintenance + hash: 5d20a6a8167bddb2459706ee8f9d333fa48b8566 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 4.11.71 + title: "" + date: 2024-11-18T00:31:23.325Z - commits: - subject: Update Lock file maintenance hash: 4467496b26cd1858c4d95916d28b1fc13017d732 diff --git a/CHANGELOG.md b/CHANGELOG.md index 804f278f..d3f6d3a5 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/). +# v4.11.71 +## (2024-11-18) + +* Update Lock file maintenance [balena-renovate[bot]] + # v4.11.70 ## (2024-11-11) diff --git a/Cargo.lock b/Cargo.lock index 7afe3f63..eaac2c94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wifi-connect" -version = "4.11.70" +version = "4.11.71" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index eb827d7f..6c7a09b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wifi-connect" -version = "4.11.70" +version = "4.11.71" authors = ["Zahari Petkov "] description = "Easy WiFi setup for Linux devices from your mobile phone or laptop" publish = false