Skip to content

Commit 2cad308

Browse files
release: 0.0.2
1 parent e7459cf commit 2cad308

File tree

3 files changed

+11
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.0.2 (2026-01-28)
4+
5+
Full Changelog: [v0.0.1...v0.0.2](https://github.com/sentdm/sent-dm-php/compare/v0.0.1...v0.0.2)
6+
7+
### Chores
8+
9+
* sync repo ([e7459cf](https://github.com/sentdm/sent-dm-php/commit/e7459cf80e8d277ed419b62b1d1bef7953155be3))

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.0.1';
8+
const VERSION = '0.0.2';
99
// x-release-please-end

0 commit comments

Comments
 (0)