diff --git a/crates/async-dropper/CHANGELOG b/crates/async-dropper/CHANGELOG index c1b7ce5..a975d73 100644 --- a/crates/async-dropper/CHANGELOG +++ b/crates/async-dropper/CHANGELOG @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.3.1] - 2023-10-26 + +### Miscellaneous Tasks + +- Update deps (async-dropper-derive -> v0.3.1) + ## [0.3.0] - 2023-10-20 ### Bug Fixes diff --git a/crates/async-dropper/Cargo.toml b/crates/async-dropper/Cargo.toml index abb8a1b..f32df1d 100644 --- a/crates/async-dropper/Cargo.toml +++ b/crates/async-dropper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-dropper" -version = "0.3.0" +version = "0.3.1" repository = "https://github.com/t3hmrman/async-dropper" license = "MIT" readme = "README.md"