diff --git a/plugins/genai/agent-langgraph/CHANGELOG.md b/plugins/genai/agent-langgraph/CHANGELOG.md index 535597c..ca60fce 100644 --- a/plugins/genai/agent-langgraph/CHANGELOG.md +++ b/plugins/genai/agent-langgraph/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-langgraph-agent-for-backstage@0.1.0...@aws/genai-plugin-langgraph-agent-for-backstage@0.2.0) (2025-01-10) + + +### Features + +* Support OpenAI compatible APIs ([#317](https://github.com/awslabs/backstage-plugins-for-aws/issues/317)) ([e53aef3](https://github.com/awslabs/backstage-plugins-for-aws/commit/e53aef3813aa440d163a919c65d4764c071d78d4)) + + + + + # 0.1.0 (2024-12-09) diff --git a/plugins/genai/agent-langgraph/package.json b/plugins/genai/agent-langgraph/package.json index b95704b..4df562c 100644 --- a/plugins/genai/agent-langgraph/package.json +++ b/plugins/genai/agent-langgraph/package.json @@ -1,7 +1,7 @@ { "name": "@aws/genai-plugin-langgraph-agent-for-backstage", "description": "LangGraph agent module package for the GenAI AWS plugins for Backstage", - "version": "0.1.0", + "version": "0.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",