From 05a6d3fd4615a497b971d977c7ede3974170435c Mon Sep 17 00:00:00 2001
From: Riccardo Boero <ribo@nilu.no>
Date: Tue, 7 Jan 2025 15:52:10 +0100
Subject: [PATCH] Update changelog an dpackage version

---
 CHANGELOG    | 4 ++--
 Project.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index d5e77ea..89b812f 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 476e5a8..1a981d5 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"
-- 
GitLab