Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jan 20, 2021
1 parent 8e2ac5e commit fc86c49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.0]

### Added

- Possibility to change profile and password for current user
Expand Down Expand Up @@ -153,3 +155,4 @@ The first release of reference FAIR Data Point implementation.
[1.4.0]: /../../tree/v1.4.0
[1.5.0]: /../../tree/v1.5.0
[1.6.0]: /../../tree/v1.6.0
[1.7.0]: /../../tree/v1.7.0
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.6.0</version>
<version>1.7.0</version>
<packaging>jar</packaging>

<name>FairDataPoint</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private ApiInfo apiInfo() {
" FAIR Data Point Specification" +
" </a>" +
" <br/>",
"1.6.0",
"1.7.0",
"ATO",
new Contact("Luiz Bonino",
"https://github.com/FAIRDataTeam/FAIRDataPoint",
Expand Down

0 comments on commit fc86c49

Please sign in to comment.