CHANGELOG.md in firebase_id_token-2.5.1 vs CHANGELOG.md in firebase_id_token-2.5.2
- old
+ new
@@ -4,9 +4,14 @@
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]
+## [2.5.2] - 2023-03-16
+
+### Fixed
+- [CWE-472](https://github.com/fschuindt/firebase_id_token/pull/41).
+
## [2.5.1] - 2022-08-15
### Fixed
- "[New caching doesn't honor request! calls](https://github.com/fschuindt/firebase_id_token/issues/35)", by reverting "[Caching certificates on memory.](https://github.com/fschuindt/firebase_id_token/pull/33)", PR #33.