Skip to content

Commit

Permalink
Release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jul 3, 2023
1 parent acfe3e5 commit 54eef7b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [1.17.0]

### Added

- Support for configuration using environment variables

### Changed

- Updated to Spring Boot 3
- Updated several other dependencies

### Fixed

- Reset metadata schema to defaults
- Validation on metadata record deletion

## [1.16.2]

### Fixed
Expand Down Expand Up @@ -351,3 +367,4 @@ The first release of reference FAIR Data Point implementation.
[1.16.0]: /../../tree/v1.16.0
[1.16.1]: /../../tree/v1.16.1
[1.16.2]: /../../tree/v1.16.2
[1.17.0]: /../../tree/v1.17.0
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ We support the latest major and minor version with patch versions that fix vulne

| Version | Supported |
|---------| ------------------ |
| 1.16.2 | :white_check_mark: |
| < 1.16 | :x: |
| 1.17.0 | :white_check_mark: |
| < 1.17 | :x: |

## Current Recommendations

* Use 1.16.1 with the newest dependencies (and no known vulnerabilities)
* Use 1.17.0 with the newest dependencies (and no known vulnerabilities)

## Reporting a Vulnerability

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.16.2</version>
<version>1.17.0</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.16.2
version: 1.17.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
Expand Down

0 comments on commit 54eef7b

Please sign in to comment.