Skip to content

Commit

Permalink
Release 0.22.14
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Sep 4, 2020
1 parent 231a09d commit 19b2802
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.22.14
*synapse-compaction-aws-s3*
* Bugfix: Use multipart upload to upload snapshot files larger than 5 GB,
which is the current limit for simple put file operations in S3

## 0.22.13
*synapse-compaction-aws-s3*
* Bugfix: Removed file pointer leak in temp file logging function.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ subprojects {

compileJava.dependsOn(processResources)

version = '0.22.14-SNAPSHOT'
version = '0.22.14'
group = 'de.otto.synapse'

repositories {
Expand Down

0 comments on commit 19b2802

Please sign in to comment.