File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ class BugsnagBundle extends Bundle
1111     * 
1212     * @return string 
1313     */ 
14-     const  VERSION  = '1.6.1  ' ;
14+     const  VERSION  = '1.6.2  ' ;
1515}
Original file line number Diff line number Diff line change 11Changelog
22========= 
33
4+ ## 1.6.2 (2020-02-26)  
5+ 
6+ ### Bug Fixes  
7+ 
8+ *  Added support for PHP 7.4
9+   [ #104  ] ( https://github.com/bugsnag/bugsnag-symfony/pull/104 ) 
10+ 
411## 1.6.1 (2020-01-06)  
512
6- ### Fixes  
13+ ### Bug  Fixes 
714
815*  Fix potential issue with ExceptionEvent missing getThrowable method in Symfony 4.3.
916  Additionally adds InvalidArgumentException in the case the event is triggered with an incorrect class.
@@ -23,6 +30,11 @@ Changelog
2330  [ Loïck Piera] ( https://github.com/pyrech ) 
2431  [ #93  ] ( https://github.com/bugsnag/bugsnag-symfony/pull/93 ) 
2532
33+ ### Bug Fixes  
34+ 
35+ *  Added support for PHP 7.2 and 7.3
36+   [ #87  ] ( https://github.com/bugsnag/bugsnag-symfony/pull/87 ) 
37+ 
2638## 1.5.1 (2019-06-24)  
2739
2840### Bug Fixes  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments