diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c0640d79..ae6d37d0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update Lock file maintenance + hash: 1d8991a7822749376e6069148077b167cd0a0d54 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 4.11.73 + title: "" + date: 2024-12-02T00:44:46.012Z - commits: - subject: Update Lock file maintenance hash: 3bb153a177d9a5e38bc6f5e6ab2e7fa078ac798c diff --git a/CHANGELOG.md b/CHANGELOG.md index 0928f9d1..a6332161 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.73 +## (2024-12-02) + +* Update Lock file maintenance [balena-renovate[bot]] + # v4.11.72 ## (2024-11-25) diff --git a/Cargo.lock b/Cargo.lock index 289dd2e5..1beedcaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wifi-connect" -version = "4.11.72" +version = "4.11.73" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index e580da04..cc3d82fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wifi-connect" -version = "4.11.72" +version = "4.11.73" authors = ["Zahari Petkov "] description = "Easy WiFi setup for Linux devices from your mobile phone or laptop" publish = false