diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b4e49..6db6ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.5](https://github.com/Zebradil/rustotpony/compare/0.5.4...0.5.5) (2024-12-23) + + +### Bug Fixes + +* **deps:** update rust crate age to v0.10.1 [security] ([#70](https://github.com/Zebradil/rustotpony/issues/70)) ([be1985d](https://github.com/Zebradil/rustotpony/commit/be1985d592c1b6e4718ec9fdc232b4ad8788f24b)) + ## [0.5.4](https://github.com/Zebradil/rustotpony/compare/0.5.3...0.5.4) (2024-10-28) diff --git a/Cargo.toml b/Cargo.toml index 5743151..4799da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "rustotpony" readme = "README.md" repository = "https://github.com/zebradil/rustotpony" -version = "0.5.4" # SED-HERE <- this is a marker for the version +version = "0.5.5" # SED-HERE <- this is a marker for the version [dependencies] age = "0.10.0"