Skip to content

Commit 1f3f2ca

Browse files
committed
Prepare release of patch 0.8.1
1 parent 545bc18 commit 1f3f2ca

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGES

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.8.1
2+
-----
3+
- Force load of client in console commands to avoid missing notices due to lazy-loading (#67)
4+
15
0.8.0
26
-----
37
- Add `SentryExceptionListenerInterface` and the `exception_listener` option in the configuration (#47) to allow customization of the exception listener
@@ -7,29 +11,24 @@
711

812
0.7.1
913
-----
10-
1114
- Quote sentry.options in services.yml.
1215

1316
0.7.0
1417
-----
15-
1618
- Expose all configuration options (#36).
1719

1820
0.6.0
1921
-----
20-
2122
- Improve app path detection to exclude root folder and exclude vendor.
2223

2324
0.5.0
2425
-----
25-
2626
- Raise sentry/sentry minimum requirement to 1.2.0.
2727
- Fixed an issue with a missing import (#24).
2828
- ``prefixes`` and ``app_path`` will now be bound by default.
2929

3030
0.4.0
3131
-----
32-
3332
- Added ``skip_capture`` configuration for excluding exceptions.
3433
- Security services are now optional.
3534
- Console exceptions are now captured.
@@ -38,5 +37,4 @@
3837

3938
0.3.0
4039
-----
41-
4240
- Added support for capturing the current user.

src/Sentry/SentryBundle/SentryBundle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class SentryBundle extends Bundle
88
{
9-
const VERSION = '0.8.0';
9+
const VERSION = '0.8.1';
1010
}

0 commit comments

Comments
 (0)