We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b69ecf commit 8405035Copy full SHA for 8405035
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
Significant changes since 0.1.0
2
3
+1.2.0 2025-09-15
4
+
5
+- feature: added options to set metadataLanguages and different PID protocols #28 #29
6
7
1.1.0 In progress
8
9
- feature: Support upload of files to a dataset using native API. #16
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
group = 'com.researchspace'
sourceCompatibility = 1.8
-version = '1.0.0'
+version = '1.2.0'
def springVersion='5.3.24'
def jacksonVersion='2.11.1'
def lombokVersion='1.18.24'
0 commit comments