Skip to content

Commit c55f00e

Browse files
committed
Merge branch 'master' into develop
# Conflicts: # CHANGELOG.md
2 parents 37d8da2 + 684520c commit c55f00e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- master
88
- develop
9+
- release/**
910
- 3.5.x
1011

1112
jobs:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## 4.5.0 (2022-11-28)
66

7+
- Symfony version 3.4 is no longer supported
8+
- Drop Symfony support below 4.4 (#643)
79
- feat: Add support for tracing of Symfony HTTP client requests (#606)
810
- feat: Add support for HTTP client baggage propagation (#663)
911
- ref: Add proper HTTP client span descriptions (#680)

src/SentryBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class SentryBundle extends Bundle
1414
{
1515
public const SDK_IDENTIFIER = 'sentry.php.symfony';
1616

17-
public const SDK_VERSION = '4.3.1';
17+
public const SDK_VERSION = '4.5.0';
1818

1919
public function build(ContainerBuilder $container): void
2020
{

0 commit comments

Comments
 (0)