From 3e86ae43e13a8d1a0a3e7612b0b2f078d13d1adf Mon Sep 17 00:00:00 2001 From: Tsar Bomba Nick Date: Thu, 16 Feb 2023 09:44:29 -0600 Subject: [PATCH] Update pyproject and changelog for release of v1.2.5 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"