We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7459cf commit 2cad308Copy full SHA for 2cad308
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.0.1"
+ ".": "0.0.2"
3
}
CHANGELOG.md
@@ -0,0 +1,9 @@
+# Changelog
+
+## 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
@@ -5,5 +5,5 @@
namespace SentDm;
// x-release-please-start-version
-const VERSION = '0.0.1';
+const VERSION = '0.0.2';
// x-release-please-end
0 commit comments