From 390f11039c4986f2172aae21c6380d2b5a8b251e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 30 Jun 2025 23:11:52 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d019a3..37834b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.0.38 + +- Released [hooks](https://docs.anthropic.com/en/docs/claude-code/hooks). Special thanks to community input in [Github Issues](https://github.com/anthropics/claude-code/issues/712) + +## 1.0.37 + +- Remove ability to set `Proxy-Authorization` header via ANTHROPIC_AUTH_TOKEN or apiKeyHelper + +## 1.0.36 + +- Web search now takes today's date into context +- Fixed a bug where stdio MCP servers were not terminating properly on exit + ## 1.0.35 - Added support for MCP OAuth Authorization Server discovery