diff --git a/google-apis-common/CHANGELOG.md b/google-apis-common/CHANGELOG.md
index b4e5297008..a9f5909d87 100644
--- a/google-apis-common/CHANGELOG.md
+++ b/google-apis-common/CHANGELOG.md
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## Unreleased
+
+A maintenance release with updated yup-oauth2 dependency
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release over the course of 126 calendar days.
+ - 126 days passed between releases.
+ - 0 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Bump yup-oauth2 to the latest version, bringing in `hyper-rustls` v0.24. ([`58189b3`](https://github.com/Byron/google-apis-rs/commit/58189b31498fb324175721ab5bb46e8e12379636))
+
+
## 5.0.4 (2023-04-19)
### Bug Fixes
@@ -17,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -28,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Release google-apis-common v5.0.4 ([`343b479`](https://github.com/Byron/google-apis-rs/commit/343b4792088e3eaa4562050ee5a7c56f9ed26268))
- Pin `yup-oauth2` to the latest known working version of yup-oauth2. ([`f5b37c3`](https://github.com/Byron/google-apis-rs/commit/f5b37c3f71989c25bff9d7954ede21c3455e56cb))
diff --git a/google-clis-common/CHANGELOG.md b/google-clis-common/CHANGELOG.md
index 222bba58ff..b0c824523c 100644
--- a/google-clis-common/CHANGELOG.md
+++ b/google-clis-common/CHANGELOG.md
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## Unreleased
+
+A maintenance release that bumps the yup-oauth2 crate's version.
+
+### Commit Statistics
+
+
+
+ - 3 commits contributed to the release over the course of 266 calendar days.
+ - 307 days passed between releases.
+ - 0 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Bump yup-oauth2 to the latest version, bringing in `hyper-rustls` v0.24. ([`58189b3`](https://github.com/Byron/google-apis-rs/commit/58189b31498fb324175721ab5bb46e8e12379636))
+ - Merge branch 'update_yup_oauth' ([`5f601f8`](https://github.com/Byron/google-apis-rs/commit/5f601f89074d9f944aa1bc0db26ae14a0808d265))
+ - Update yup-oauth2 to 8.0.0. ([`c6039c0`](https://github.com/Byron/google-apis-rs/commit/c6039c085db68835757bc5c9c09000ef5b18164a))
+
+
## 5.0.0 (2022-10-20)
### Breaking
@@ -15,7 +40,7 @@ Update `mime` dependency to 0.3 (from 0.2).
- - 5 commits contributed to the release.
+ - 6 commits contributed to the release.
- 21 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,10 +52,11 @@ Update `mime` dependency to 0.3 (from 0.2).
view details
* **Uncategorized**
- - update apis-common crate changelog prior to release ([`065bd8d`](https://github.com/Byron/google-apis-rs/commit/065bd8d1b19f1450ff96a49981243843f8dfa2a0))
+ - Release google-clis-common v5.0.0 ([`83072ad`](https://github.com/Byron/google-apis-rs/commit/83072adb69c576571672b310c5935d3ee9aa14e5))
+ - Update apis-common crate changelog prior to release ([`065bd8d`](https://github.com/Byron/google-apis-rs/commit/065bd8d1b19f1450ff96a49981243843f8dfa2a0))
- Merge branch 'refactor' ([`d202c95`](https://github.com/Byron/google-apis-rs/commit/d202c95aa4b6ed4c159b4b3e2f754bf176234f5c))
- Add default impl to InvalidOptionsError ([`b706de7`](https://github.com/Byron/google-apis-rs/commit/b706de7a9569f182d022b097f8eb42677815808a))
- - cargo clippy --fix google-clis-common ([`f4317a2`](https://github.com/Byron/google-apis-rs/commit/f4317a2968238eb0837bb88e65de4cee387d500f))
+ - Cargo clippy --fix google-clis-common ([`f4317a2`](https://github.com/Byron/google-apis-rs/commit/f4317a2968238eb0837bb88e65de4cee387d500f))
- Update mime dependency in google-clis-common ([`85e0d28`](https://github.com/Byron/google-apis-rs/commit/85e0d284d1551d1809e6883a3a18b8ce62f7b831))
@@ -55,9 +81,9 @@ The first release to allow CLIs to share code in a backwards compatible fashion.
* **Uncategorized**
- Release google-clis-common v4.0.0 ([`cd640a9`](https://github.com/Byron/google-apis-rs/commit/cd640a94a0f74a41982cc721d39e7681b4dc7037))
- Explicitly version strsim dependency to allow publish ([`b8555d6`](https://github.com/Byron/google-apis-rs/commit/b8555d6982e92af21e2bb38d2de7b2f636d7b3cc))
- - prepare changelog ([`6aab198`](https://github.com/Byron/google-apis-rs/commit/6aab1989e113a089e2c10fda48174dc9200cea8e))
+ - Prepare changelog ([`6aab198`](https://github.com/Byron/google-apis-rs/commit/6aab1989e113a089e2c10fda48174dc9200cea8e))
- Merge branch 'common-cli-crate' ([`4c4d96d`](https://github.com/Byron/google-apis-rs/commit/4c4d96d3c2028497de2b2e86f94f79a9d6b371bb))
- - run only tests that are actually used/implemented ([`a1e6496`](https://github.com/Byron/google-apis-rs/commit/a1e6496ccdeaa8a0d799c53ed3b95fca5b7fc7c9))
+ - Run only tests that are actually used/implemented ([`a1e6496`](https://github.com/Byron/google-apis-rs/commit/a1e6496ccdeaa8a0d799c53ed3b95fca5b7fc7c9))
- Add google-clis-common crate ([`322ea69`](https://github.com/Byron/google-apis-rs/commit/322ea698c365f1a713bc54d5aae9ffb92d9e646b))