diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e76f8f..94a9a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.1.1 + * ![Enhancement](https://img.shields.io/badge/-enhancement-blue) Affine quantities are now converted to absolute quantities before calling `edconvert`, thereby eliminating the need to account for affine quantities when implementing new `edconvert` methods. ([#11](https://github.com/sostock/UnitfulEquivalences.jl/pull/11)) ## v0.1.0 diff --git a/Project.toml b/Project.toml index b377864..a9b6a78 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "UnitfulEquivalences" uuid = "da9c4bc3-91c8-4f02-8a40-6b990d2a7e0c" authors = ["Sebastian Stock"] -version = "0.1.0" +version = "0.1.1" [deps] Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"