diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f50d3cef..6b7d1bcd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Use latest version and fix release file name in Dockerfile.template + hash: 1cd73066f4ff2e23810b0587ed5fd603753e7df4 + body: "" + footer: + Change-type: patch + change-type: patch + Co-authored-by: drskullster + co-authored-by: drskullster + Signed-off-by: Rahul Thakoor + signed-off-by: Rahul Thakoor + author: Rahul Thakoor + nested: [] + version: 4.11.38 + title: "" + date: 2024-04-24T17:18:24.306Z - commits: - subject: Update Lock file maintenance hash: f7884ba7f9ea6c81a2a42ffac6156e664f8ad453 diff --git a/CHANGELOG.md b/CHANGELOG.md index 58038a93..5ca3f42c 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.38 +## (2024-04-24) + +* Use latest version and fix release file name in Dockerfile.template [Rahul Thakoor] + # v4.11.37 ## (2024-04-22) diff --git a/Cargo.lock b/Cargo.lock index 035cf1e9..2bdd12af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,7 +1133,7 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wifi-connect" -version = "4.11.37" +version = "4.11.38" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index a0d510ad..786e1d23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wifi-connect" -version = "4.11.37" +version = "4.11.38" authors = ["Zahari Petkov "] description = "Easy WiFi setup for Linux devices from your mobile phone or laptop"