Skip to content

Commit

Permalink
doc: update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
helios57 committed Dec 2, 2024
1 parent 1a89e09 commit aa17db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## [5.0.3] - 2024-12-02
### Fixed
- Ensure subscriptions on temporary queues after reconnect
- Fix NPE when tracing is enabled and not tracing header on the message

## [5.0.2] - 2024-09-19
### Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Consult the table below to determine which version of the BOM you need to use:

| Spring Cloud | Spring Cloud Stream Binder Solace | Spring Boot | sol-jcsmp |
|--------------|-----------------------------------|-------------|-----------|
| 2023.0.3 | 5.0.4 | 3.3.5 | 10.25.1 |
| 2023.0.3 | 5.0.2 | 3.3.3 | 10.24.1 |
| 2023.0.3 | 5.0.1 | 3.3.3 | 10.24.1 |
| 2023.0.3 | 5.0.0 | 3.3.2 | 10.24.1 |
Expand Down Expand Up @@ -52,7 +53,7 @@ Check out the difference between this fork and the original solace spring cloud
<dependency>
<groupId>ch.sbb</groupId>
<artifactId>spring-cloud-stream-binder-solace</artifactId>
<version>5.0.2</version>
<version>5.0.3</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit aa17db8

Please sign in to comment.