diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d66a0ea..6a15b46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.4] - 2023-10-24 + ### Added - `test_deps_compat` has two new kwargs `check_extras` and `check_weakdeps` to extend the test to these dependency categories. They are not run by default. ([#200](https://github.com/JuliaTesting/Aqua.jl/pull/200)) diff --git a/Project.toml b/Project.toml index e7ad6f12..658cd813 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Aqua" uuid = "4c88cf16-eb10-579e-8560-4a9242c79595" authors = ["Takafumi Arakaki and contributors"] -version = "0.7.3" +version = "0.7.4" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"