diff --git a/CHANGELOG.md b/CHANGELOG.md index 856c20c0..b8024c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.19.1 (5 May 2023) +## Fixed +- Fix translations when locale is not EN and no strings are defined ([8d2be2c6](https://github.com/knuckleswtf/scribe/commit/8d2be2c681f71ed31c6be5043d6b1a0761f0235e)) + # 4.19.0 (22 April 2023) ## Added - Internationalization / Localization - You can now translate text in the Scribe-generated docs UI into your language, or just change the warning. To see the available strings to customise, run `php artisan vendor:publish --tag=scribe-translations`. [#647](https://github.com/knuckleswtf/scribe/pull/647) diff --git a/src/Scribe.php b/src/Scribe.php index e4c800b2..df74663a 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.18.0'; + public const VERSION = '4.19.1'; /** * Specify a callback that will be executed just before a response call is made