Skip to content

Commit 6a9cb41

Browse files
release: 0.8.1
1 parent 229333a commit 6a9cb41

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.8.1 (2026-03-24)
4+
5+
Full Changelog: [v0.8.0...v0.8.1](https://github.com/anthropics/anthropic-sdk-php/compare/v0.8.0...v0.8.1)
6+
7+
### Chores
8+
9+
* **tests:** bump steady to v0.19.4 ([b783083](https://github.com/anthropics/anthropic-sdk-php/commit/b783083b4c369ecf7d8030063d6bf265f7371d49))
10+
* **tests:** bump steady to v0.19.5 ([f3ff478](https://github.com/anthropics/anthropic-sdk-php/commit/f3ff4784a037f7f283304cf37ae1e94067acb311))
11+
* **tests:** bump steady to v0.19.6 ([4d48ec2](https://github.com/anthropics/anthropic-sdk-php/commit/4d48ec2d5b28200ed3b356d057b0d626d253cddf))
12+
* **tests:** bump steady to v0.19.7 ([229333a](https://github.com/anthropics/anthropic-sdk-php/commit/229333ad2bdb2ad189fdde7e52b1340bc96a2fd4))
13+
314
## 0.8.0 (2026-03-18)
415

516
Full Changelog: [v0.7.0...v0.8.0](https://github.com/anthropics/anthropic-sdk-php/compare/v0.7.0...v0.8.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Full documentation is available at **[platform.claude.com/docs/en/api/sdks/php](
1313
<!-- x-release-please-start-version -->
1414

1515
```sh
16-
composer require "anthropic-ai/sdk:^0.8.0"
16+
composer require "anthropic-ai/sdk:^0.8.1"
1717
```
1818

1919
<!-- x-release-please-end -->

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace Anthropic;
66

77
// x-release-please-start-version
8-
const VERSION = '0.8.0';
8+
const VERSION = '0.8.1';
99
// x-release-please-end

0 commit comments

Comments
 (0)