Skip to content

Commit b403496

Browse files
Prepare for next version: 4.0.1-SNAPSHOT
1 parent 8f5a303 commit b403496

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

chaos-monkey-docs/src/main/asciidoc/changes.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ Built with Spring Boot {spring-boot-version}
88

99
=== Improvements
1010
// - https://github.com/codecentric/chaos-monkey-spring-boot/pull/xxx[#xxx] Added example entry. Please don't remove.
11-
- https://github.com/codecentric/chaos-monkey-spring-boot/pull/629[#629] Remove deprecated runtimeAssaultCronExpression configuration property
1211

1312
=== New Features
1413
// - https://github.com/codecentric/chaos-monkey-spring-boot/pull/xxx[#xxx] Added example entry. Please don't remove.
15-
- https://github.com/codecentric/chaos-monkey-spring-boot/pull/618[#618] Upgrade to Spring Boot 4 and Spring Cloud 2025.1
16-
- https://github.com/codecentric/chaos-monkey-spring-boot/pull/575[#575] Update dependency io.getunleash:unleash-client-java to v12
1714

1815
=== Contributors
1916
This release was only possible because of these great humans ❤️:
2017

2118
// - https://github.com/octocat[@octocat]
22-
- https://github.com/bmatthews68[@bmatthews68]
2319

2420
Thank you for your support!

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<properties>
2323
<!-- project version -->
24-
<revision>4.0.0</revision>
24+
<revision>4.0.1-SNAPSHOT</revision>
2525
<!-- default settings -->
2626
<java.version>17</java.version>
2727
<maven.compiler.source>${java.version}</maven.compiler.source>

0 commit comments

Comments
 (0)