diff --git a/changelog.md b/changelog.md
index 27435fb..e35fc07 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,7 @@
+**0.0.4**
+- Bump jsonata python dependency to v0.2.5
+
**0.0.3**
- updated ffmpeg helper lib to latest version
diff --git a/info.json b/info.json
index ce99f0d..81b8f53 100644
--- a/info.json
+++ b/info.json
@@ -11,5 +11,5 @@
"on_library_management_file_test": 0
},
"tags": "audio,video,ffmpeg",
- "version": "0.0.3"
+ "version": "0.0.4"
}
diff --git a/requirements.txt b/requirements.txt
index 3d80b89..9e6f034 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-jsonata==0.2.4
\ No newline at end of file
+jsonata==0.2.5
\ No newline at end of file