diff --git a/CHANGELOG.md b/CHANGELOG.md index 43863d7..b4bac6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Changed +- [PR#92](https://github.com/EmbarkStudios/krates/pull/92) updates crates. + ## [0.17.0] - 2024-06-26 ### Added - [PR#90](https://github.com/EmbarkStudios/krates/pull/90) added `Krates::resolved_dependency` to get the `Krate` (if any) that was resolved for a `Package`'s `Dependency`.