Skip to content

Commit 3062443

Browse files
committed
4.34.0
1 parent 32c5f08 commit 3062443

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
### Removed
1414

15+
# 4.34.0 (15 March 2024)
16+
## Added
17+
- Laravel 11 compatibility [#812](https://github.com/knuckleswtf/scribe/pull/812)
18+
19+
## Modified
20+
- Instantiate some classes via service container for easier overriding. [#822](https://github.com/knuckleswtf/scribe/pull/822)
21+
1522
# 4.33.0 (29 February 2024)
1623
## Fixed
1724
- List enums for array items in OpenAPI spec [#818](https://github.com/knuckleswtf/scribe/pull/818)

src/Scribe.php

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

1010
class Scribe
1111
{
12-
public const VERSION = '4.33.0';
12+
public const VERSION = '4.34.0';
1313

1414
/**
1515
* Specify a callback that will be executed just before a response call is made

0 commit comments

Comments
 (0)