From 424369ab8c1c2c13b8d17d477ab3def98de76a8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 12:59:34 +0000 Subject: [PATCH] chore(main): release 0.1.23 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2f62a69..4f8c6fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.22" + ".": "0.1.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aea02b..6b84668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to Better Agents will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.23](https://github.com/langwatch/better-agents/compare/v0.1.22...v0.1.23) (2026-02-22) + + +### Features + +* pass LANGWATCH_API_KEY to MCP server config ([#84](https://github.com/langwatch/better-agents/issues/84)) ([8ab576e](https://github.com/langwatch/better-agents/commit/8ab576ecc12eca6d1da3526983f04212d857ca6a)) + ## [0.1.22](https://github.com/langwatch/better-agents/compare/v0.1.20...v0.1.22) (2026-01-13) diff --git a/package.json b/package.json index 9a5088e..f4e6616 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@langwatch/better-agents", - "version": "0.1.22", + "version": "0.1.23", "description": "CLI for kicking off production-ready agent projects with LangWatch best practices", "type": "module", "main": "./dist/index.js",