From 31aefbc67b23a3c9d87f92e9f2f4c9a283d59f55 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 22 Feb 2024 16:57:54 +0000 Subject: [PATCH] 2.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ trestle/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e322cebb0..e09506150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ +## v2.6.1 (2024-02-22) +### Fix +* Correct vuln for cryptography ([#1520](https://github.com/oscal-compass/compliance-trestle/issues/1520)) ([`353cc2b`](https://github.com/oscal-compass/compliance-trestle/commit/353cc2b75e611b9d851cca2022f4e0fbe2936d16)) + ## v2.6.0 (2024-02-22) ### Feature * Multiple parms per rule ([#1499](https://github.com/oscal-compass/compliance-trestle/issues/1499)) ([`218ffe4`](https://github.com/oscal-compass/compliance-trestle/commit/218ffe47a879e8bbca115bd956cfc9e99bbc5751)) diff --git a/trestle/__init__.py b/trestle/__init__.py index b25f63362..0f3e95ba7 100644 --- a/trestle/__init__.py +++ b/trestle/__init__.py @@ -23,4 +23,4 @@ opinionated approach to OSCAL adoption. """ -__version__ = '2.6.0' +__version__ = '2.6.1'