Skip to content

Commit 5e58a82

Browse files
author
Markus
authored
Update README.md
1 parent eea039f commit 5e58a82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ Scrutizier analysis: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/c
44

55
ZendSentry is released under the New BSD License.
66

7-
The current version of ZendSentry for ZF3 is `3.0.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.
7+
The current version of ZendSentry for ZF3 is `3.0.1`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.
88

99
#Latest Changes
1010
- Switch Raven dependency to new official sentry/sentry repository
1111
- Update ravenjs to latest version
1212
- Fix problem introduced by ZF BC break in ZF version 2.5.3 and branch of legacy branch
1313

1414
#Important Changes
15+
- 3.0.1: ViewHelper fix
1516
- 3.0.0: First ZF2 release with latest sentry SDK dependencies and ZF3 compatibility fixes
1617
- 2.2.1: Update to `sentry/sentry` 1.5.0 and `ravenjs` 3.8.0, Fix: Only detach HttpExceptionStrategy if it exists
1718
- 2.2.0: Update to `sentry/sentry` 0.21.2
@@ -49,7 +50,7 @@ In your project's `composer.json` use:
4950

5051
{
5152
"require": {
52-
"cloud-solutions/zend-sentry": "3.0.0"
53+
"cloud-solutions/zend-sentry": "3.0.1"
5354
}
5455

5556
Run `php composer.phar update` to download it into your vendor folder and setup autoloading.

0 commit comments

Comments
 (0)