Skip to content

Commit 2cd9396

Browse files
committed
Automatic docs and changelog generation
1 parent d74460a commit 2cd9396

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0) (2021-09-29)
4+
5+
**Merged pull requests:**
6+
7+
- Feature/dynamic registry [\#62](https://github.com/reactive-commons/reactive-commons-java/pull/62)
8+
39
## [1.0.0-beta-10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta-10) (2021-09-28)
410

511
**Closed issues:**
@@ -11,6 +17,7 @@
1117
- ensure utf-8 charset from senders [\#61](https://github.com/reactive-commons/reactive-commons-java/pull/61)
1218
- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60)
1319
- Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59)
20+
- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53)
1421

1522
## [1.0.0-beta10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta10) (2021-05-21)
1623

@@ -48,7 +55,6 @@
4855

4956
**Merged pull requests:**
5057

51-
- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53)
5258
- feat: dynamic events handlers [\#51](https://github.com/reactive-commons/reactive-commons-java/pull/51)
5359
- chore: upgrade dependencies [\#50](https://github.com/reactive-commons/reactive-commons-java/pull/50)
5460

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 1.0.0-beta10</span>
18+
<span id="revnumber">version 1.0.1</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 1.0.0-beta10<br>
912-
Last updated 2021-05-21 16:48:51 -0500
911+
Version 1.0.1<br>
912+
Last updated 2021-09-29 14:44:24 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)