Skip to content

Commit 9f50fe6

Browse files
committed
release version 3.7.3
1 parent 0d5cffc commit 9f50fe6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v3.7.3](https://github.com/php-amqplib/php-amqplib/tree/v3.7.3) (2025-02-18)
4+
5+
[Full Changelog](https://github.com/php-amqplib/php-amqplib/compare/v3.7.2...v3.7.3)
6+
7+
**Fixed bugs:**
8+
9+
- fix: stop signal sending from child once interrupted, ensure child process is terminated [\#1205](https://github.com/php-amqplib/php-amqplib/pull/1205) ([ramunasd](https://github.com/ramunasd))
10+
311
## [v3.7.2](https://github.com/php-amqplib/php-amqplib/tree/v3.7.2) (2024-11-21)
412

513
[Full Changelog](https://github.com/php-amqplib/php-amqplib/compare/v3.7.1...v3.7.2)

PhpAmqpLib/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
final class Package
66
{
77
public const NAME = 'AMQPLib';
8-
public const VERSION = '3.7.2';
8+
public const VERSION = '3.7.3';
99
}

0 commit comments

Comments
 (0)