From 1df5484c9eed6f094986148bcbcd53195daf1749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Wed, 9 Aug 2023 11:07:11 +0200 Subject: [PATCH] Hotfix 1.17.1 --- CHANGELOG.md | 9 +++++++++ SECURITY.md | 2 +- pom.xml | 2 +- src/main/resources/application.yml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4ed3857..2f0da84c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.17.1] + +ā¯—Manual check of custom and customized metadata schemas is required. + +### Fixed + +- Use `dcterms:hasVersion` has been changed to `dcat:version` + ## [1.17.0] ### Added @@ -368,3 +376,4 @@ The first release of reference FAIR Data Point implementation. [1.16.1]: /../../tree/v1.16.1 [1.16.2]: /../../tree/v1.16.2 [1.17.0]: /../../tree/v1.17.0 +[1.17.1]: /../../tree/v1.17.1 diff --git a/SECURITY.md b/SECURITY.md index d73b87f11..6b136e275 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ We support the latest major and minor version with patch versions that fix vulne | Version | Supported | |---------| ------------------ | -| 1.17.0 | :white_check_mark: | +| 1.17.1 | :white_check_mark: | | < 1.17 | :x: | ## Current Recommendations diff --git a/pom.xml b/pom.xml index 308dcf1ac..ac6f8806f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ nl.dtls fairdatapoint - 1.17.0 + 1.17.1 jar FairDataPoint diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 680fcbcf3..f791ac405 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -64,7 +64,7 @@ metadataProperties: openapi: title: FAIR Data Point API - version: 1.17.0 + version: 1.17.1 description: "The reference implementation of the metadata registration service: A service implementing the API specification. It contains an authentication system to allow maintainers to define and update metadata. Read-only access to the data is public." contact: name: Luiz Bonino