File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22========= 
33
4+ ## 2.14.0 (2018-02-16)  
5+ 
6+ ### Enhancements  
7+ 
8+ *  Add support for Laravel 5.6
9+   [ #288  ] ( https://github.com/bugsnag/bugsnag-laravel/pull/288 ) 
10+   [ Graham Campbell] ( https://github.com/GrahamCampbell ) 
11+ 
412## 2.13.0 (2018-01-29)  
513
614This release adds support for the new [ Bugsnag Build API] ( https://docs.bugsnag.com/api/build/ )  to the ` deploy `  command.
Original file line number Diff line number Diff line change 3838    },
3939    "extra" : {
4040        "branch-alias" : {
41-             "dev-master" : " 2.14 -dev" 
41+             "dev-master" : " 2.15 -dev" 
4242        }
4343    },
4444    "minimum-stability" : " dev" 
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class BugsnagServiceProvider extends ServiceProvider
3434     * 
3535     * @var string 
3636     */ 
37-     const  VERSION  = '2.13 .0 ' ;
37+     const  VERSION  = '2.14 .0 ' ;
3838
3939    /** 
4040     * Boot the service provider. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments