diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59994e9..ce2b6cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+_No changes yet_
+## [v0.1.0] - 2025-12-03
+
+_Initial release, SMS only._
### Added
@@ -21,4 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[Unreleased]: https://github.com/AM-WD/LinkMobility
+[Unreleased]: https://github.com/AM-WD/LinkMobility/compare/v0.1.0...HEAD
+
+[v0.1.0]: https://github.com/AM-WD/LinkMobility/commits/v0.1.0
diff --git a/Directory.Build.props b/Directory.Build.props
index 2578254..8968f55 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -14,7 +14,6 @@
AM.WD
Andreas Müller
© {copyright:2025-} AM.WD
- MIT
diff --git a/src/LinkMobility/LinkMobility.csproj b/src/LinkMobility/LinkMobility.csproj
index 7ae8d6c..d6563fd 100644
--- a/src/LinkMobility/LinkMobility.csproj
+++ b/src/LinkMobility/LinkMobility.csproj
@@ -16,7 +16,9 @@
false
package-icon.png
+ https://developer.linkmobility.eu/
README.md
+ LICENSE.txt
LINK Mobility REST API
Implementation of the LINK Mobility REST API using .NET