Skip to content

Commit 46707fd

Browse files
committed
v2.13.0
1 parent fb50e6d commit 46707fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
## 2.13.0 (2018-01-29)
5+
6+
### Enhancements
7+
8+
* Updates deploy command to new build API, avoiding compatibility issues
9+
[#279](https://github.com/bugsnag/bugsnag-laravel/pull/279)
10+
411
## 2.12.0 (2018-01-09)
512

613
### Enhancements

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=5.5",
1515
"illuminate/contracts": "^5.0",
1616
"illuminate/support": "^5.0",
17-
"bugsnag/bugsnag": "^3.11",
17+
"bugsnag/bugsnag": "^3.12",
1818
"bugsnag/bugsnag-psr-logger": "^1.4.0"
1919
},
2020
"require-dev": {

src/BugsnagServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BugsnagServiceProvider extends ServiceProvider
2828
*
2929
* @var string
3030
*/
31-
const VERSION = '2.12.0';
31+
const VERSION = '2.13.0';
3232

3333
/**
3434
* Boot the service provider.

0 commit comments

Comments
 (0)