diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3b85e6e0..9c27045e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove CODEOWNERS file + hash: b1a1d51d0bafec133ced017066710ab1a94fba45 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Zahari Petkov + signed-off-by: Zahari Petkov + author: Zahari Petkov + version: 4.4.6 + date: 2021-06-30T16:44:52.895Z - commits: - subject: Point Raspbian installer regex to new repo org `balena-os` hash: 1600c88b1e2f29eb0e88d9d38190f0a8dc51b0fc diff --git a/CHANGELOG.md b/CHANGELOG.md index c44fc76d..e22aef7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.4.6 - 2021-06-30 + +* Remove CODEOWNERS file [Zahari Petkov] + ## v4.4.5 - 2021-04-06 * Point Raspbian installer regex to new repo org `balena-os` [Zahari Petkov] diff --git a/Cargo.lock b/Cargo.lock index 5f85dbd4..45cb3145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,7 +861,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wifi-connect" -version = "4.4.5" +version = "4.4.6" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2989b43b..aed722ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wifi-connect" -version = "4.4.5" +version = "4.4.6" authors = ["Zahari Petkov "] description = "Easy WiFi setup for Linux devices from your mobile phone or laptop"