From 0990e1d167d8d370281a76cfe89e7ce812bf838e Mon Sep 17 00:00:00 2001
From: Riccardo Boero <ribo@nilu.no>
Date: Fri, 27 Sep 2024 12:32:43 +0000
Subject: [PATCH] Add CHANGELOG

---
 CHANGELOG | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 CHANGELOG

diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..a11d2f3
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,25 @@
+# FACT Employment Official Statistics Changelog
+All notable changes to this project will be documented in this file.
+Release mentioned here correspond to docker registry entries and use semantic versioning as in 'MAJOR.MINOR.PATCH'.
+## Change entries
+Added: For new features that have been added.
+Changed: For changes in existing functionality.
+Deprecated: For once-stable features removed in upcoming releases.
+Removed: For features removed in this release.
+Fixed: For any bug fixes.
+Security: For vulnerabilities.
+
+## [0.2.0] - ongoing
+Added:
+- license
+- changelog
+- contributing
+Changed
+- added xxx BLS datasets
+- added xxx EUROSTAT datasets
+Fixed
+- database tables partitioning on extended state/country ISO3 codes
+
+## [0.1.0] - 2023-10-19
+Added:
+- first full structure and dataset creation
\ No newline at end of file
-- 
GitLab