We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded1a22 commit 5c5ceadCopy full SHA for 5c5cead
2 files changed
CHANGELOG.md
@@ -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
@@ -2,7 +2,7 @@ apply plugin: 'java'
group = 'com.researchspace'
sourceCompatibility = 1.8
-version = '0.1.10'
+version = '0.2.0'
def springVersion='4.3.15.RELEASE'
def jacksonVersion='2.6.7'
0 commit comments