diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dba547..2efd910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security ``` -## [Unreleased] +## [0.1.3] - 2024-11-07 ### Added - Added automatic schema normalization for imported schemas to ensure OpenAI structured outputs compatibility diff --git a/pyproject.toml b/pyproject.toml index 4b14fe0..ccc3cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "intelligence-toolkit" -version = "0.1.2" +version = "0.1.3" description = "Interactive workflows for generating AI intelligence reports from real-world data sources using GPT models" authors = [ {name = "Dayenne Souza", email = "ddesouza@microsoft.com"},