diff --git a/NEWS.md b/NEWS.md index 26901282..6c2c532e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ # History of Measurements.jl +## v2.7.1 (2022-03-03) + +### Bug Fixes + +* Fixed method ambiguities + ([#115](https://github.com/JuliaPhysics/Measurements.jl/pull/115) and + [#116](https://github.com/JuliaPhysics/Measurements.jl/pull/116)). + ## v2.7.0 (2021-12-28) ### New features diff --git a/Project.toml b/Project.toml index 7ca2e139..99e2813c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Measurements" uuid = "eff96d63-e80a-5855-80a2-b1b0885c5ab7" authors = ["Mosè Giordano "] -version = "2.7.0" +version = "2.7.1" [deps] Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"