From dd6696676981139de814bb0eeda7d5e5891a5244 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Tue, 26 Mar 2024 21:58:51 +0100 Subject: [PATCH] 4.35.0 --- CHANGELOG.md | 9 +++++++++ src/Scribe.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5363a53..a5a13439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.35.0 (26 March 2024) +## Modified +- Allow examples to be shown in response fields [#825](https://github.com/knuckleswtf/scribe/pull/825) + +## Fixed +- Try It Out: send numbers in JSON as float, not strings [#830](https://github.com/knuckleswtf/scribe/pull/830) +- Fix "No such file or directory" error [#829](https://github.com/knuckleswtf/scribe/pull/829) +- Fix translating rules with translation engines that don't return arrays [#826](https://github.com/knuckleswtf/scribe/pull/826) + # 4.34.0 (15 March 2024) ## Added - Laravel 11 compatibility [#812](https://github.com/knuckleswtf/scribe/pull/812) diff --git a/src/Scribe.php b/src/Scribe.php index 30c3231f..ce514a41 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.34.0'; + public const VERSION = '4.35.0'; /** * Specify a callback that will be executed just before a response call is made