diff --git a/NEWS.md b/NEWS.md index 711821b..54e95ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,17 @@ # History of Cuba.jl +## v2.3.0 (2022-09-24) + +### New Features + +* License was changed to MIT "Expat" + ([#40](https://github.com/giordano/Cuba.jl/issues/40), [#43](https://github.com/giordano/Cuba.jl/pull/43)). +* It is now possible to directly pass data to the integrand function with the + `userdata` keyword argument + ([#39](https://github.com/giordano/Cuba.jl/pull/39)). See the [example in the + documentation](https://giordano.github.io/Cuba.jl/v2.3.0/#Passing-data-to-the-integrand-function) + for more details. + ## v2.2.0 (2021-01-28) ### New Features diff --git a/Project.toml b/Project.toml index 75afd4d..1b91392 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Cuba" uuid = "8a292aeb-7a57-582c-b821-06e4c11590b1" authors = ["Mosè Giordano "] -version = "2.2.0" +version = "2.3.0" [deps] Cuba_jll = "3bed1096-5ab2-53a1-92e2-6c1cc31d0f4b"