Skip to content

Commit d44a7e0

Browse files
release: 0.8.0
1 parent b319849 commit d44a7e0

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## 0.8.0 (2026-03-11)
4+
5+
Full Changelog: [v0.7.0...v0.8.0](https://github.com/sentdm/sent-dm-php/compare/v0.7.0...v0.8.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([bbd3c51](https://github.com/sentdm/sent-dm-php/commit/bbd3c51ac80d1fba5be5a47eaf9585443b077999))
10+
311
## 0.7.0 (2026-03-11)
412

513
Full Changelog: [v0.6.1...v0.7.0](https://github.com/sentdm/sent-dm-php/compare/v0.6.1...v0.7.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.7.0"
16+
composer require "sentdm/sent-dm-php 0.8.0"
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.7.0';
8+
const VERSION = '0.8.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)