diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cdd659b3..28da8ca1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update Lock file maintenance + hash: 4467496b26cd1858c4d95916d28b1fc13017d732 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 4.11.70 + title: "" + date: 2024-11-11T00:30:21.410Z - commits: - subject: Update Lock file maintenance hash: 77a464edd452954cb566529316c4528d06117279 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4bee27..804f278f 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.70 +## (2024-11-11) + +* Update Lock file maintenance [balena-renovate[bot]] + # v4.11.69 ## (2024-11-04) diff --git a/Cargo.lock b/Cargo.lock index 747225ad..1aeac824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wifi-connect" -version = "4.11.69" +version = "4.11.70" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index f2916327..eb827d7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wifi-connect" -version = "4.11.69" +version = "4.11.70" authors = ["Zahari Petkov "] description = "Easy WiFi setup for Linux devices from your mobile phone or laptop" publish = false