diff --git a/CHANGELOG.md b/CHANGELOG.md index 3790843..8848508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.0.2](https://github.com/c3g/project_tracking_cli/compare/3.0.1...3.0.2) + +- Debug Json encoding for digestion and digest delivery output formatting [`6de87e8`](https://github.com/c3g/project_tracking_cli/commit/6de87e87212f98ffcc2f5e6552df27e66c2caf9f) +- Debug copy paste [`f602781`](https://github.com/c3g/project_tracking_cli/commit/f602781a1197073642e7b80682d36d534d8dddf4) + #### [3.0.1](https://github.com/c3g/project_tracking_cli/compare/3.0.0...3.0.1) +> 9 October 2025 + +- Release: Candidate Version 3.0.1 Pull Request [`#44`](https://github.com/c3g/project_tracking_cli/pull/44) - Dev [`#43`](https://github.com/c3g/project_tracking_cli/pull/43) - Removing GetID functions as now it's done via routes [`65bff47`](https://github.com/c3g/project_tracking_cli/commit/65bff47a998dad5b59677c9ac9239592c09b7928) - Add JSON input malformed catch error [`e656e08`](https://github.com/c3g/project_tracking_cli/commit/e656e0863a7272f4a4ed745499ac4eab91a0a2a0) diff --git a/pt_cli/__version__.py b/pt_cli/__version__.py index b7a5531..da4039b 100644 --- a/pt_cli/__version__.py +++ b/pt_cli/__version__.py @@ -1 +1 @@ -__version__ = '3.0.1' +__version__ = '3.0.2'