Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
markushausammann committed Aug 30, 2017
1 parent 6d18c75 commit 75569a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Scrutizier analysis: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/c

ZendSentry is released under the New BSD License.

The current version of ZendSentry for ZF3 is `3.3.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.
The current version of ZendSentry for ZF3 is `3.3.1`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.

# Important Changes
- 3.3.0: Add possibility to pass config options to ravenjs
Expand Down Expand Up @@ -47,7 +47,7 @@ In your project's `composer.json` use:

{
"require": {
"cloud-solutions/zend-sentry": "3.3.0"
"cloud-solutions/zend-sentry": "3.3.1"
}

Run `php composer.phar update` to download it into your vendor folder and setup autoloading.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["log", "logging", "sentry", "raven", "zend-framework"],
"homepage": "https://github.com/cloud-solutions/zend-sentry",
"type": "library",
"version": "3.3.0",
"version": "3.3.1",
"license": "New BSD License",
"authors": [
{
Expand Down

0 comments on commit 75569a1

Please sign in to comment.