From 65a29c90a67df58375033460b1a8ed3d39399f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Tue, 29 Jun 2021 13:52:13 +0200 Subject: [PATCH] Release 1.11.0 --- CHANGELOG.md | 3 +++ pom.xml | 2 +- src/main/resources/application.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd83ca434..04861becc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.11.0] + ### Added - All metadata have dct:conformsTo with profile based on resource definition @@ -215,3 +217,4 @@ The first release of reference FAIR Data Point implementation. [1.8.0]: /../../tree/v1.8.0 [1.9.0]: /../../tree/v1.9.0 [1.10.0]: /../../tree/v1.10.0 +[1.11.0]: /../../tree/v1.11.0 diff --git a/pom.xml b/pom.xml index 6042d6157..673f3a49a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ nl.dtls fairdatapoint - 1.10.0 + 1.11.0 jar FairDataPoint diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4340712c6..df9dff24b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -63,7 +63,7 @@ fdp-index: openapi: title: FAIR Data Point API - version: 1.10.0 + version: 1.11.0 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