Skip to content

Commit 3235d7f

Browse files
committed
Version 3.1.0
1 parent bf481c4 commit 3235d7f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [3.1.0] - 2020-03-23
9+
### Changed
10+
- Bumped [`honeybadger-io/honeybadger-php`](https://github.com/honeybadger-io/honeybadger-php) to `^2.1` from `^2.0`
811

9-
## [3.0.0] - 2019-12-05
12+
## [3.0.0] - 2020-03-09
1013
### Breaking Changes
1114
- Dropped support for Laravel 6 and added support for Laravel 7 ([#54](https://github.com/honeybadger-io/honeybadger-laravel/pull/54))
1215

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^7.2",
25-
"honeybadger-io/honeybadger-php": "^2.0",
25+
"honeybadger-io/honeybadger-php": "^2.1",
2626
"sixlive/dotenv-editor": "^1.1",
2727
"illuminate/console": "^7.0",
2828
"illuminate/support": "^7.0"

src/HoneybadgerLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class HoneybadgerLaravel
99
{
10-
const VERSION = '3.0.0';
10+
const VERSION = '3.1.0';
1111

1212
/**
1313
* Honeybadger factory.

0 commit comments

Comments
 (0)