From aa716c4266bb728863ef323a95c62de3d112f7ea Mon Sep 17 00:00:00 2001 From: Pavlos Lykakis Date: Mon, 25 May 2026 16:03:25 +0300 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pom.xml | 2 +- sendium-app/pom.xml | 2 +- sendium-core/pom.xml | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e19d5c..68be365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.0](https://github.com/cytechmobile/sendium/compare/v0.1.0...v0.2.0) (2026-05-25) + + +### Features + +* **DLR:** Persist and replay unpushed SMPP DLRs ([69658d2](https://github.com/cytechmobile/sendium/commit/69658d2e77dfedc5e45bde01fa92b39b6c58bae2)) + + +### Bug Fixes + +* **release:** remove Maven self dependency cycle ([02e8282](https://github.com/cytechmobile/sendium/commit/02e828290acf292995e5a2fa51967c211106265b)) + +## Changelog + All notable changes to this project will be documented in this file. This changelog is maintained by [Release Please](https://github.com/googleapis/release-please) from Conventional Commit messages. diff --git a/pom.xml b/pom.xml index 609dd68..c840c00 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ gr.cytech sendium - 0.1.1-SNAPSHOT + 0.2.0 pom diff --git a/sendium-app/pom.xml b/sendium-app/pom.xml index 225235c..d370b31 100644 --- a/sendium-app/pom.xml +++ b/sendium-app/pom.xml @@ -5,7 +5,7 @@ gr.cytech sendium - 0.1.1-SNAPSHOT + 0.2.0 sendium-app diff --git a/sendium-core/pom.xml b/sendium-core/pom.xml index 562fc58..87bf4d4 100644 --- a/sendium-core/pom.xml +++ b/sendium-core/pom.xml @@ -5,7 +5,7 @@ gr.cytech sendium - 0.1.1-SNAPSHOT + 0.2.0 sendium-core