From 7d9322159215ed50452e0a8dca419b39f4e0981f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 20 Dec 2024 06:07:23 +0000 Subject: [PATCH] 0.23.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df8f90..4bbca64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v0.23.0 (2024-12-20) + +### Features + +* feat: Jira-1883- Implementing Generate Report Functionality (#37) + +Co-authored-by: Jonathan Yu ([`9f6207c`](https://github.com/provena/provena-python-client/commit/9f6207c39b40dcedc9d5102ec7c684d9f1ab7e38)) + + ## v0.22.0 (2024-12-20) ### Features diff --git a/pyproject.toml b/pyproject.toml index 80b27fe..c7d4e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "provenaclient" -version = "0.22.0" +version = "0.23.0" description = "A client library for interfacing with a Provena instance." authors = ["RRAP "] license = "None"