diff --git a/CHANGELOG.md b/CHANGELOG.md index aebcb5e..f198acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,3 +81,6 @@ autoNICER is a program that allows individuals wanting to work with data from th - Fixed bug with an unexpected `Target: ` prompt appearing if OBJECT metadata cannot be found - Fixed bug with auto-detection of barycenter correction parsing +### v1.2.5 +- Fixed vulnerabilites with cryptography dep (CVE-2023-0286 and CVE-2023-23931) + diff --git a/pyproject.toml b/pyproject.toml index fa4dbef..e1c35b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "autonicer" -version = "1.2.4" +version = "1.2.5" description = "A program that retrieves NICER observational data sets and performs a default data reduction process on the NICER observational data" authors = ["Tsar Bomba Nick "] license = "Apache-2.0"