Skip to content

Commit f1320fc

Browse files
committed
UPDATE changelog for v1.3.0
1 parent a79e42c commit f1320fc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2022-06-18
10+
### Changed
11+
- Generate SAS tokens per request to avoid authentication failures: [PR #1](https://github.com/AymDev/MessengerAzureBundle/pull/1)
12+
913
## [1.2.0] - 2022-02-28
1014
### Added
1115
- Converts the `MessageDecodingFailedException` to a new `SerializerDecodingException` containing an envelope with an empty message for logging purposes.
@@ -28,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2832
### Added
2933
- **Symfony Messenger** transport for **Azure Service Bus** *queues* and *topics*
3034

31-
[Unreleased]: https://github.com/AymDev/MessengerAzureBundle/compare/v1.2.0...HEAD
35+
[Unreleased]: https://github.com/AymDev/MessengerAzureBundle/compare/v1.3.0...HEAD
36+
[1.3.0]: https://github.com/AymDev/MessengerAzureBundle/releases/tag/v1.3.0
3237
[1.2.0]: https://github.com/AymDev/MessengerAzureBundle/releases/tag/v1.2.0
3338
[1.1.1]: https://github.com/AymDev/MessengerAzureBundle/releases/tag/v1.1.1
3439
[1.1.0]: https://github.com/AymDev/MessengerAzureBundle/releases/tag/v1.1.0

0 commit comments

Comments
 (0)