Skip to content

Commit 5c5cead

Browse files
otter606richarda23
authored andcommitted
add changelog
1 parent ded1a22 commit 5c5cead

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Significant changes since 0.1.0
2+
3+
0.2.0 in progress
4+
5+
- build: update gradlew to use gradle 7.5
6+
- build: Basic Github action to run tests on pull request
7+
- dependency: update Lombok from 1.16 to 1.18.4 to enable building on Java 11
8+
- feature: #12 overloaded method for uploadFile
9+

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 = '0.1.10'
5+
version = '0.2.0'
66
def springVersion='4.3.15.RELEASE'
77
def jacksonVersion='2.6.7'
88

0 commit comments

Comments
 (0)