Skip to content

Commit

Permalink
Hotfix 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Aug 9, 2023
1 parent a5a9a26 commit 26e1b2a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>nl.dtls</groupId>
<artifactId>fairdatapoint</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<packaging>jar</packaging>

<name>FairDataPoint</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e1b2a

Please sign in to comment.