Skip to content

Commit b47b5e8

Browse files
Prepare for next version: 3.2.2-SNAPSHOT
1 parent 7fbcef2 commit b47b5e8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Built with Spring Boot {spring-boot-version}
55

66
=== Bug Fixes
77
// - https://github.com/codecentric/chaos-monkey-spring-boot/pull/xxx[#xxx] Added example entry. Please don't remove.
8-
- https://github.com/codecentric/chaos-monkey-spring-boot/pull/564[#564] Fixed repository watchers not correctly recognizing Spring Data repositories due to issues when matching their proxy package name.
98

109
=== Improvements
1110
// - https://github.com/codecentric/chaos-monkey-spring-boot/pull/xxx[#xxx] Added example entry. Please don't remove.
@@ -17,9 +16,5 @@ Built with Spring Boot {spring-boot-version}
1716
This release was only possible because of these great humans ❤️:
1817

1918
// - https://github.com/octocat[@octocat]
20-
- https://github.com/octocat[@denniseffing]
21-
- https://github.com/octocat[@WtfJoke]
22-
- https://github.com/octocat[@jens-kaiser]
23-
- https://github.com/octocat[@pratik-chauhan]
2419

2520
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>3.2.1</revision>
24+
<revision>3.2.2-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)