Skip to content

Commit ab123ea

Browse files
committed
4.27.0
1 parent e74a33b commit ab123ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
### Removed
1414

15+
# 4.27.0 (21 December 2023)
16+
## Modified
17+
- Allow Symfony v7
18+
1519
# 4.26.0 (21 November 2023)
1620
## Added
1721
- Support specifying Example: null in annotations ([#755](https://github.com/knuckleswtf/scribe/pull/755)

src/Scribe.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Scribe
1111
{
12-
public const VERSION = '4.26.0';
12+
public const VERSION = '4.27.0';
1313

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

0 commit comments

Comments
 (0)