Skip to content

Commit c5bf491

Browse files
committed
Automatic docs and changelog generation
1 parent e4e743d commit c5bf491

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/reactive-commons/reactive-commons-java/tree/2.1.0) (2024-04-03)
4+
5+
**Merged pull requests:**
6+
7+
- feat\(eda\): Add eda properties, allow different queue and exchange names disallow topology creation [\#97](https://github.com/reactive-commons/reactive-commons-java/pull/97)
8+
39
## [2.0.5](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.5) (2024-02-27)
410

511
**Closed issues:**
@@ -148,10 +154,6 @@
148154

149155
## [1.0.0-beta2](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta2) (2020-12-05)
150156

151-
**Merged pull requests:**
152-
153-
- Feature unit tests [\#47](https://github.com/reactive-commons/reactive-commons-java/pull/47)
154-
155157
## [1.0.0-beta1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta1) (2020-10-28)
156158

157159
**Merged pull requests:**
@@ -191,6 +193,7 @@
191193

192194
**Merged pull requests:**
193195

196+
- Feature unit tests [\#47](https://github.com/reactive-commons/reactive-commons-java/pull/47)
194197
- updates contiperf version, fixes performance test [\#43](https://github.com/reactive-commons/reactive-commons-java/pull/43)
195198
- Feature/listeners matching [\#42](https://github.com/reactive-commons/reactive-commons-java/pull/42)
196199

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1>Reactive Commons Reference Guide</h1>
1616
<div class="details">
1717
<span id="author" class="author">Daniel Bustamante Ospina</span><br>
18-
<span id="revnumber">version 2.0.5</span>
18+
<span id="revnumber">version 2.1.0</span>
1919
</div>
2020
<div id="toc" class="toc2">
2121
<div id="toctitle">Table of Contents</div>
@@ -908,8 +908,8 @@ <h5 id="_handlerregistry_patterns">HandlerRegistry - patterns</h5>
908908
</div>
909909
<div id="footer">
910910
<div id="footer-text">
911-
Version 2.0.5<br>
912-
Last updated 2024-02-27 13:09:56 UTC
911+
Version 2.1.0<br>
912+
Last updated 2024-04-03 15:29:52 UTC
913913
</div>
914914
</div>
915915
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">

0 commit comments

Comments
 (0)