Skip to content

Commit caed24d

Browse files
committed
Release 0.23.7
1 parent da3648b commit caed24d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Release Notes
22

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

7+
*all*
8+
* Update all dependencies to latest versions
9+
710
# 0.23.6
811
*synapse-edison*
912
* Update to Edison Microservice 2.5.1 (with Spring Boot 2.5.1)
@@ -13,8 +16,7 @@
1316
* Update to Edison Microservice 2.5.0 (with Spring Boot 2.5.0)
1417

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

2022
## 0.23.3

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ subprojects {
6262

6363
compileJava.dependsOn(processResources)
6464

65-
version = '0.23.7-SNAPSHOT'
65+
version = '0.23.7'
6666
group = 'de.otto.synapse'
6767

6868
repositories {

0 commit comments

Comments
 (0)