diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0b04228..1462ac9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ "email": "data-cloud-ai-integrations@google.com" }, "metadata": { - "version": "0.1.0", + "version": "0.1.1", "description": "A repository of prescriptive plugins and tools designed to provide a high-performance experience for building and deploying agentic applications across the Google Data Cloud ecosystem." }, "plugins": [ diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d7a3f..a8ad5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/GoogleCloudPlatform/data-agent-kit/compare/0.1.0...0.1.1) (2026-05-27) + + +### Features + +* **demo:** Add UCP Analytics Sample Code ([#12](https://github.com/GoogleCloudPlatform/data-agent-kit/issues/12)) ([7189834](https://github.com/GoogleCloudPlatform/data-agent-kit/commit/7189834f034e30e38dfb16506650a91aa397ff93)) +* update data agent kit starter pack ([a283fe5](https://github.com/GoogleCloudPlatform/data-agent-kit/commit/a283fe567875aaea6a6b82a6c22a62aae572d496)) + ## 0.1.0 (2026-04-20)