Skip to content

Commit

Permalink
chore: prepare for 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri committed Nov 2, 2023
1 parent c1bcb8b commit 8cbdf16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.3 (2023-11-02)
- [UPGRADED] Spring Boot compilation version to `2.7.17`.
- [UPGRADED] `com.ibm.cloud:cloudant` to `0.8.0`.

# 0.1.2 (2023-09-26)
- [UPGRADED] Spring Boot compilation version to `2.7.16`.
- [UPGRADED] `com.ibm.cloud:cloudant` to `0.7.0`.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3-SNAPSHOT
0.1.3
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.7.16'
id 'org.springframework.boot' version '2.7.17'
id 'io.spring.dependency-management' version '1.1.3'
id 'java'
}
Expand All @@ -14,7 +14,7 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'com.ibm.cloud:cloudant-spring-boot-starter:0.1.2'
implementation 'com.ibm.cloud:cloudant-spring-boot-starter:0.1.3'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

Expand Down

0 comments on commit 8cbdf16

Please sign in to comment.