diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68be365..21db6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.1](https://github.com/cytechmobile/sendium/compare/v0.2.0...v0.2.1) (2026-05-29) + + +### Bug Fixes + +* **smpp:** route UDH multipart SMS ([445beb3](https://github.com/cytechmobile/sendium/commit/445beb3bd45c37a698b2dbde435f982a294a0882)) + + +### Documentation + +* **features:** Added a clear Current Features section ([7589134](https://github.com/cytechmobile/sendium/commit/75891349a8f61b06165202fa23a861a2efc090da)) + ## [0.2.0](https://github.com/cytechmobile/sendium/compare/v0.1.0...v0.2.0) (2026-05-25) diff --git a/pom.xml b/pom.xml index 74d1ee0..bb138a8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ gr.cytech sendium - 0.2.1-SNAPSHOT + 0.2.1 pom diff --git a/sendium-app/pom.xml b/sendium-app/pom.xml index 5094348..8c8514a 100644 --- a/sendium-app/pom.xml +++ b/sendium-app/pom.xml @@ -5,7 +5,7 @@ gr.cytech sendium - 0.2.1-SNAPSHOT + 0.2.1 sendium-app diff --git a/sendium-core/pom.xml b/sendium-core/pom.xml index 056fa75..751e2d7 100644 --- a/sendium-core/pom.xml +++ b/sendium-core/pom.xml @@ -5,7 +5,7 @@ gr.cytech sendium - 0.2.1-SNAPSHOT + 0.2.1 sendium-core