From c359615c79aa1129f1b175dcd09473133d0d55b0 Mon Sep 17 00:00:00 2001 From: Olivier Sirello Date: Thu, 26 Oct 2023 08:57:50 +0200 Subject: [PATCH 1/2] Update release notes --- release_notes.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/release_notes.md b/release_notes.md index cc039c9..b106b50 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,15 +1,22 @@ -# Release Notes +# Release notes This page contains an overview of changes for each release. Each release is tagged in GitHub and allows for easy download for the different versions. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standards. +## [1.1.1] - 2023-10-26 + +- Doc: add contribution section and other minor changes +- Security: bump urllib3 from 2.0.5 to 2.0.7 +- Code refactoring: linting and code cleanup +- Repo: add contributing guidelines and issues templates for bug reporting and new features + ## [1.1.0] - 2023-10-13 - Feature: Added support for filter feature to dynamically interact with the data - Feature: Added for YAML validation - Feature: Added error box for chart -- Doc: Enhanced documentation with new features and icons +- Doc: Enhanced Doc with new features and icons - Fix: Correct documentation with wrong GitHub repo - Fix: Prevent crash upon SSL connection error - Fix: Added timeout for downloading the data @@ -21,5 +28,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Initial version compliant with requirements defined by the [SDMX 2023 Hackathon](https://www.sdmx2023.org/hackathon). +[1.1.1]: https://github.com/bis-med-it/SDMX-dashboard-generator/releases/tag/1.1.1 [1.1.0]: https://github.com/bis-med-it/SDMX-dashboard-generator/releases/tag/1.1.0 -[1.0.0]: https://github.com/bis-med-it/SDMX-dashboard-generator/releases/tag/1.0.0 +[1.0.0]: https://github.com/bis-med-it/SDMX-dashboard-generator/releases/tag/1.0.0 \ No newline at end of file From b16029d7bdb15d33f51e6be5e51de6d7896e4e59 Mon Sep 17 00:00:00 2001 From: Olivier Sirello Date: Thu, 26 Oct 2023 09:38:52 +0200 Subject: [PATCH 2/2] Title case fix --- release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index b106b50..56d37f0 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,4 +1,4 @@ -# Release notes +# Release Notes This page contains an overview of changes for each release. Each release is tagged in GitHub and allows for easy download for the different versions.