diff --git a/NEWS.md b/NEWS.md index a1a8560..d93cc06 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,19 @@ +AutoGrad v1.2.2 Release Notes +============================= + +* Support for bessel derivatives. + + +AutoGrad v1.2.1 Release Notes +============================= +28017b9 2020-02-01 + +* New version of SpecialFunctions. + + AutoGrad v1.2.0 Release Notes ============================= +b6d4e68 2019-10-25 * Enhancements and bugfixes for the AutoGrad.Sparse type. diff --git a/Project.toml b/Project.toml index ae50d62..21f34ce 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AutoGrad" uuid = "6710c13c-97f1-543f-91c5-74e8f7d95b35" authors = ["Deniz Yuret "] -version = "1.2.1" +version = "1.2.2" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"