diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dde7d3..f82f07c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.0.0]
### 2025-03-31
-- Implement native library with methods `downloadFile` and `uploadFile`.
\ No newline at end of file
+- Implement native library with methods `downloadFile` and `uploadFile`.
diff --git a/pom.xml b/pom.xml
index 0b9debe..1351db3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,5 +6,5 @@
4.0.0
io.ionic.libs
ionfiletransfer-android
- 0.0.1
+ 1.0.0
\ No newline at end of file