1
0

Bump to v0.2.0
All checks were successful
Branch Build / build-test-deploy (push) Successful in 42s
Release Build / build-test-deploy (push) Successful in 1m7s

This commit is contained in:
2026-03-24 20:13:42 +01:00
parent 6b5581c247
commit 101b8eef07
2 changed files with 19 additions and 7 deletions

View File

@@ -7,17 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
_no changes yet_
## [v0.2.0] - 2026-03-24
### Added
- `Validation` utility class for specifications as MSISDN
- `Validation` utility class for specifications as [MSISDN](https://en.wikipedia.org/wiki/MSISDN)
- Docs rendering using DocFX
- `Personal` as enum value for `ContentCategory`
- WhatsApp support for
- `AudioMessageContent`
- `DocumentMessageContent`
- `ImageMessageContent`
- `TextMessageContent`
- `VideoMessageContent`
- `Audio`
- `Document`
- `Image`
- `Text`
- `Video`
### Changed
@@ -55,7 +60,8 @@ _Initial release, SMS only._
[Unreleased]: https://github.com/AM-WD/LinkMobility/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/AM-WD/LinkMobility/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/AM-WD/LinkMobility/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/AM-WD/LinkMobility/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/AM-WD/LinkMobility/commits/v0.1.0