diff --git a/CHANGELOG.md b/CHANGELOG.md index c57925c..6c45b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.12.2] - 2022-05-18 +- Android-only release: switch to OpenSSL 3.0.3 for `termux` releases + ## [0.12.1] - 2022-05-11 - Android-only release: fix dependencies to ensure `openssl-1.1` is used diff --git a/Cargo.lock b/Cargo.lock index c7e5251..a53cb95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "apkeep" -version = "0.12.1" +version = "0.12.2" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 55ee487..a8cb7cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apkeep" -version = "0.12.1" +version = "0.12.2" authors = ["William Budington "] edition = "2018" license = "MIT" diff --git a/USAGE b/USAGE index 94565eb..68d2f2c 100644 --- a/USAGE +++ b/USAGE @@ -1,4 +1,4 @@ -apkeep v0.12.1 +apkeep v0.12.2 William Budington Downloads APKs from various sources