Skip to content

Commit

Permalink
v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen83 committed Jul 15, 2024
1 parent fb6c3e0 commit f3fba93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.9.6

Fix `rdt` convert db bug.

### 0.9.5

Fix full sync offset bug. this bug could cause losing data in reconnection
Expand Down
2 changes: 1 addition & 1 deletion DockerfileNative
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM springci/graalvm-ce:java11-0.12.x AS builder

ARG MAVEN_VERSION=3.9.4
ARG MAVEN_VERSION=3.9.8
ARG BASE_URL=https://ftp.yz.yamagata-u.ac.jp/pub/network/apache/maven/maven-3/${MAVEN_VERSION}/binaries

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.5
v0.9.6

0 comments on commit f3fba93

Please sign in to comment.