Skip to content

Commit

Permalink
Release 0.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Oct 16, 2021
1 parent da3648b commit caed24d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Release Notes

# 0.23.7-SNAPSHOT
# 0.23.7
*synapse-compaction-aws-s3*
* Bugfix: S3Helper's listAll function is capable of returning more than 1000 files now.

*all*
* Update all dependencies to latest versions

# 0.23.6
*synapse-edison*
* Update to Edison Microservice 2.5.1 (with Spring Boot 2.5.1)
Expand All @@ -13,8 +16,7 @@
* Update to Edison Microservice 2.5.0 (with Spring Boot 2.5.0)

## 0.23.4
*all*
* Update all dependencies to latest versions
/Globalstrahlung:<br \/>(-?\d+\.\d+)/
* Update to edison-microservice 2.4.7

## 0.23.3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ subprojects {

compileJava.dependsOn(processResources)

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

repositories {
Expand Down

0 comments on commit caed24d

Please sign in to comment.