From 942861e1d62c6a9e3ebf015eacb44743b8362869 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 18 Jan 2024 19:23:27 +0000 Subject: [PATCH] 2.5.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 c16a0ce79..18c35c185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ +## v2.5.1 (2024-01-18) +### Fix +* Correct security vulnerability ([#1498](https://github.com/oscal-compass/compliance-trestle/issues/1498)) ([`e23792c`](https://github.com/oscal-compass/compliance-trestle/commit/e23792cb1cde490fa2951866c9f99f9d43e9c669)) + ## v2.5.0 (2024-01-05) ### Feature * Add parameter value origin field to parameters ([#1470](https://github.com/oscal-compass/compliance-trestle/issues/1470)) ([`b86aa2b`](https://github.com/oscal-compass/compliance-trestle/commit/b86aa2b5ef97a8fd988efb8ec995fb0624af6db0)) diff --git a/trestle/__init__.py b/trestle/__init__.py index 6a31a1ff4..0039ec915 100644 --- a/trestle/__init__.py +++ b/trestle/__init__.py @@ -23,4 +23,4 @@ opinionated approach to OSCAL adoption. """ -__version__ = '2.5.0' +__version__ = '2.5.1'