Skip to content

Commit 3b3d753

Browse files
prepare release 3.7.0
1 parent 20aa63c commit 3b3d753

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ A Zend Framework 3 module that lets you log exceptions, errors or whatever you w
44

55
ZendSentry is released under the MIT License.
66

7-
The current version of ZendSentry for ZF3 is `3.6.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series. **NB!** We are not supporting the old branches anymore.
7+
The current version of ZendSentry for ZF3 is `3.7.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series. **NB!** We are not supporting the old branches anymore.
88

99
# Recent Changes
10+
- 3.7.0: Add option to configure used Ravenjs version, upgrade Ravenjs to `3.27.0`
1011
- 3.6.0: Add static setter to inject CSP nonce (temporary solution)
1112
- 3.5.0: Add support for new Sentry DSN, deprecate old DSN for later removal
1213
- 3.4.0: Add possibility to switch off usage of raven-js CDN
@@ -44,7 +45,7 @@ In your project's `composer.json` use:
4445

4546
{
4647
"require": {
47-
"cloud-solutions/zend-sentry": "3.6.0"
48+
"cloud-solutions/zend-sentry": "3.7.0"
4849
}
4950

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["log", "logging", "sentry", "raven", "zend-framework"],
55
"homepage": "https://github.com/cloud-solutions/zend-sentry",
66
"type": "library",
7-
"version": "3.6.0",
7+
"version": "3.7.0",
88
"license": "MIT",
99
"authors": [
1010
{

0 commit comments

Comments
 (0)