Skip to content

Commit 09d043b

Browse files
committed
mark 1.3.0 version + changelog
1 parent d6d3bec commit 09d043b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Significant changes since 0.1.0
22

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+
38
1.2.0 2025-09-15
49

510
- feature: added options to set metadataLanguages and different PID protocols #28 #29

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22

33
group = 'com.researchspace'
44
sourceCompatibility = 1.8
5-
version = '1.2.0'
5+
version = '1.3.0'
66
def springVersion='5.3.24'
77
def jacksonVersion='2.11.1'
88
def lombokVersion='1.18.24'

0 commit comments

Comments
 (0)