diff --git a/NEWS.md b/NEWS.md index b0e9448..91bc87c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,15 @@ BeforeIT Release Notes ====================== +0.1.2 (June 2024) +------------------ + +* Docs deploy by @AldoGl in https://github.com/bancaditalia/BeforeIT.jl/pull/6 +* Deploy docs on website [WIP] by @AldoGl in https://github.com/bancaditalia/BeforeIT.jl/pull/8 +* docs: small update by @AldoGl in https://github.com/bancaditalia/BeforeIT.jl/pull/10 +* Modularisation by @Devetak in https://github.com/bancaditalia/BeforeIT.jl/pull/9 +* Modular initialisation function by @AldoGl in https://github.com/bancaditalia/BeforeIT.jl/pull/11 + 0.1.1 (May 2024) ------------------ diff --git a/Project.toml b/Project.toml index a991242..3df3d24 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BeforeIT" uuid = "ca9fcad7-41d0-4f76-b1e5-366c28bce52e" authors = ["Aldo Glielmo ", "Mitja Devetak "] -version = "0.1.1" +version = "0.1.2" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"