We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d3bec commit 09d043bCopy full SHA for 09d043b
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
Significant changes since 0.1.0
2
3
+1.3.0 2025-12-01
4
+
5
+- feature: added 'license' field to DatasetFacade/DatasetVersion #32
6
+- feature: added DataverseOperation to support querying for allowed metadata language(s) #31
7
8
1.2.0 2025-09-15
9
10
- feature: added options to set metadataLanguages and different PID protocols #28 #29
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
group = 'com.researchspace'
sourceCompatibility = 1.8
-version = '1.2.0'
+version = '1.3.0'
def springVersion='5.3.24'
def jacksonVersion='2.11.1'
def lombokVersion='1.18.24'
0 commit comments