Skip to content

Commit 92bedda

Browse files
committed
chore(release): 3.18.0
1 parent 3fe9d8d commit 92bedda

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.18.0] - 2023-10-27
10+
### Added
11+
- Check-Ins: Add support for slug url
12+
913
## [3.17.0] - 2023-10-17
1014
### Changed
1115
- Modify parameter names to be more descriptive (from $id to $idOrName)

src/HoneybadgerLaravel.php

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

1313
class HoneybadgerLaravel extends Honeybadger
1414
{
15-
const VERSION = '3.17.0';
15+
const VERSION = '3.18.0';
1616

1717
// Don't forget to sync changes to this with the config file defaults
1818
const DEFAULT_BREADCRUMBS = [

0 commit comments

Comments
 (0)