diff --git a/CHANGELOG b/CHANGELOG
index d5e77eaab90d12f4f532a1ecf6c4509e2d5daea6..89b812f11d4489cd0c7377ad617872b018acae46 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,9 +9,9 @@ Removed: For features removed in this release.
 Fixed: For any bug fixes.
 Security: For vulnerabilities.
 
-## [0.0.5 - ] - unreleased
+## [0.0.5 - 0.0.7] - 2025-01-07
 Fixed:
-- table optimization for query with state id
+- table optimization for query with state-country id on all possible FACt_data services
 
 ## [0.0.3 - 0.0.4] - 2024-12-16
 Fixed:
diff --git a/Project.toml b/Project.toml
index 476e5a8d15d931603e29a05f3c51fbf2076a3ba1..1a981d5ac725de359d00c76caf31ad00638e132b 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,7 +1,7 @@
 name = "FACT_data_API_reader"
 uuid = "77ed0678-dbc6-4e3d-9156-895052ddb5a7"
 authors = ["Riccardo Boero <ribo@nilu.no>"]
-version = "0.0.6"
+version = "0.0.7"
 
 [deps]
 DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"