diff --git a/CHANGELOG.md b/CHANGELOG.md index 292f0a7..89ba291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.15] - 2025-09-01 + + + ## [0.1.14] - 2025-04-10 - Fixed updates packages diff --git a/VERSION b/VERSION index 71d6a66..c34958a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.14 +0.1.15 diff --git a/setup.py b/setup.py index b93b7c9..2b01cb6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="pd-ai-agent-core", - version="0.1.14", + version="0.1.15", author="Parallels", author_email="carlos.lapao@parallels.com", description="A core library for AI agent functionality",