diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa3c98..8609117 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.16.0] - 2024-04-04 +- Support Google Play API v3 and document workflow for downloading via Google Play + ## [0.15.0] - 2023-01-04 - Add progress bars to all download sources - Update dependencies diff --git a/Cargo.lock b/Cargo.lock index 0f3ce81..a5f9217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "apkeep" -version = "0.15.0" +version = "0.16.0" dependencies = [ "base64 0.22.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index 35d25cd..3a9a054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apkeep" -version = "0.15.0" +version = "0.16.0" authors = ["William Budington "] edition = "2021" license = "MIT"