Skip to content

Commit

Permalink
Merge cf4e9f4 into e8c1375
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Mar 8, 2020
2 parents e8c1375 + cf4e9f4 commit 971f2ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.4.1 (2020-03-08)

Bugfixes:

- Fix a bug SSLSender sends wrong size data with JVM heap mode enabled

## 2.4.0 (2019-08-31)

Features:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -34,7 +34,7 @@ subprojects {

group = 'org.komamitsu'
archivesBaseName = 'fluency'
version = '2.5.0-SNAPSHOT'
version = '2.4.1'

def deployUsername = project.hasProperty('ossrhUsername') ? ossrhUsername : ''
def deployPassword = project.hasProperty('ossrhPassword') ? ossrhPassword : ''
Expand Down

0 comments on commit 971f2ea

Please sign in to comment.