File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.6.0 "
2+ "." : " 0.6.1 "
33}
Original file line number Diff line number Diff line change 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
514Full Changelog: [ v0.5.0...v0.6.0] ( https://github.com/sentdm/sent-dm-php/compare/v0.5.0...v0.6.0 )
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 55namespace 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
You can’t perform that action at this time.
0 commit comments