File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.1.0] - 2025-05-15
9
+
10
+ ### Added
11
+ - Added CONTRIBUTING.md with development guidelines and workflow instructions
12
+ - Improved documentation for contributor onboarding
13
+
14
+ ### Changed
15
+ - Enhanced error handling for RabbitMQ connection failures
16
+ - Updated dependencies to latest versions for improved security
17
+ - Use loguru for better logging matainability. Logging to stderr by default.
18
+
19
+ ### Fixed
20
+ - Fixed issue with queue name validation in certain edge cases
21
+
8
22
## [ 2.0.0] - 2025-04-30
9
23
10
24
### Added
You can’t perform that action at this time.
0 commit comments