Skip to content

Commit 96e131c

Browse files
release: 0.6.1
1 parent 922d005 commit 96e131c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

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

3+
## 0.6.1 (2026-03-11)
4+
5+
Full Changelog: [v0.6.0...v0.6.1](https://github.com/sentdm/sent-dm-php/compare/v0.6.0...v0.6.1)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([11c56a2](https://github.com/sentdm/sent-dm-php/commit/11c56a20603b0f7bd60da2e7d3762eec1f19a4c3))
10+
* **internal:** upgrade phpunit ([516d9e8](https://github.com/sentdm/sent-dm-php/commit/516d9e8d332e45e6aad04cdecebffc39af6814ae))
11+
312
## 0.6.0 (2026-02-18)
413

514
Full Changelog: [v0.5.0...v0.6.0](https://github.com/sentdm/sent-dm-php/compare/v0.5.0...v0.6.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The REST API documentation can be found on [docs.sent.dm](https://docs.sent.dm).
1313
<!-- x-release-please-start-version -->
1414

1515
```
16-
composer require "sentdm/sent-dm-php 0.6.0"
16+
composer require "sentdm/sent-dm-php 0.6.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 SentDm;
66

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

0 commit comments

Comments
 (0)