diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..6ac594a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,21 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+## [1.1.0] - 2025-04-16
+
+### Added
+- API endpoint for fetching hidden fields configuration
+- Support for OCS API format
+- Configurable fields: pronouns, role, headline
+
+### Changed
+- Switched from routes.xml to routes.php for Nextcloud 33 compatibility
+- Migrated to OCSController for API
+
+### Fixed
+- Fixed route registration for Nextcloud 33
+
+## [1.0.x] - Earlier versions
+
+- Initial development versions with localStorage-based configuration
\ No newline at end of file
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 90220c7..1a198d8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,10 +3,10 @@
minimalprofile
Minimal Profile
Hides profile fields to create a minimal user profile
- Allows administrators to hide profile fields like pronouns, social links, etc.
+ Allows administrators to hide profile fields like pronouns, role, and headline from user profiles. Configure which fields to hide using: occ config:app:set minimalprofile hidden_fields --value='["pronouns","role"]'
1.1.0
AGPL
- Your Name
+ Taurix IT
MinimalProfile
settings