Skip to content

Commit

Permalink
Merge pull request #368 from OP-TED/update_sdk_1.5.2
Browse files Browse the repository at this point in the history
Update changelog and version numbers for 1.5.2
  • Loading branch information
bertrand-lorentz authored Mar 14, 2023
2 parents e3a51cc + c990127 commit e62c97f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# SDK 1.5.2 Release Notes

This release includes only updated translations and updated notice visualisation templates.

A comprehensive list of changes between SDK 1.5.1 and SDK 1.5.2 can be seen at <https://github.com/OP-TED/eForms-SDK/compare/1.5.1...1.5.2>


# SDK 1.5.1 Release Notes

This release includes several corrections:
Expand Down
2 changes: 1 addition & 1 deletion fields/fields.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ublVersion" : "2.3",
"sdkVersion" : "eforms-sdk-1.5.1",
"sdkVersion" : "eforms-sdk-1.5.2",
"metadataDatabase" : {
"version" : "1.5.0",
"createdOn" : "2022-12-14T11:00:00"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>eu.europa.ted.eforms</groupId>
<artifactId>eforms-sdk</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<packaging>jar</packaging>

<name>eForms SDK</name>
Expand Down Expand Up @@ -48,7 +48,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-03-14T09:18:26Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit e62c97f

Please sign in to comment.