diff --git a/CHANGELOG.md b/CHANGELOG.md index b647d6c..f0766ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ to update the actual links at the bottom of the file. --> -### Unreleased +### Version 2.3.2 * Improve error messages when using `--replace` with an image that has the wrong AVB descriptor type ([Issue #201], [PR #202]) * Automatically update legacy `dm=` kernel command line descriptor when packing AVB images ([Issue #203], [PR #205]) diff --git a/Cargo.lock b/Cargo.lock index 1a0e3b8..16ce815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avbroot" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "assert_matches", @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "e2e" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "attohttpc", @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "2.3.1" +version = "2.3.2" dependencies = [ "avbroot", "honggfuzz", @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "xtask" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cb60473..8d4f457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "2.3.1" +version = "2.3.2" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot" diff --git a/modules/clearotacerts/module.prop b/modules/clearotacerts/module.prop index 2735c56..ca39978 100644 --- a/modules/clearotacerts/module.prop +++ b/modules/clearotacerts/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.clearotacerts name=clearotacerts -version=v2.3.1 -versionCode=131841 +version=v2.3.2 +versionCode=131842 author=chenxiaolong description=Block A/B OTAs by clearing verification certificates diff --git a/modules/oemunlockonboot/module.prop b/modules/oemunlockonboot/module.prop index 38797c1..7b5a3e7 100644 --- a/modules/oemunlockonboot/module.prop +++ b/modules/oemunlockonboot/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.oemunlockonboot name=oemunlockonboot -version=v2.3.1 -versionCode=131841 +version=v2.3.2 +versionCode=131842 author=chenxiaolong description=Enable OEM unlocking on every boot