Skip to content

Commit 8405035

Browse files
committed
mark 1.2.0 version + changelog
1 parent 0b69ecf commit 8405035

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
1.2.0 2025-09-15
4+
5+
- feature: added options to set metadataLanguages and different PID protocols #28 #29
6+
37
1.1.0 In progress
48

59
- feature: Support upload of files to a dataset using native API. #16

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.0.0'
5+
version = '1.2.0'
66
def springVersion='5.3.24'
77
def jacksonVersion='2.11.1'
88
def lombokVersion='1.18.24'

0 commit comments

Comments
 (0)