diff --git a/CITATION.cff b/CITATION.cff index 573a5edc..adce5a56 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 1.2.2 +cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Jeandet" @@ -8,7 +8,7 @@ authors: given-names: "Alexandre" orcid: "https://orcid.org/0000-0000-0000-0000" title: "Speasy" -version: 1.2.2 +version: 1.2.3 doi: 10.5281/zenodo.7995732 -date-released: 2023-11-28 +date-released: 2024-02-22 url: "https://github.com/SciQLop/speasy" diff --git a/HISTORY.rst b/HISTORY.rst index 8e2002fc..4024a83a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= +1.2.3 (2024-02-22) +------------------ + +* Fixes https://github.com/SciQLop/speasy/issues/119 by @jeandet in https://github.com/SciQLop/speasy/pull/120 +* Add support for AMDA restricted products by @jeandet in https://github.com/SciQLop/speasy/pull/118 +* Automatically disable web services if they are not available by @jeandet in https://github.com/SciQLop/speasy/pull/112 + 1.2.2 (2023-11-28) ------------------