فهرست منبع

Update release info

shalvah 4 سال پیش
والد
کامیت
608e541e08
2فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 6 0
      CHANGELOG.md
  2. 1 1
      src/Tools/Globals.php

+ 6 - 0
CHANGELOG.md

@@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removals
 
+## 2.5.2 (Thursday, 11 February 2021)
+### Fixes
+- Properly serialize objects in PHP example request (https://github.com/knuckleswtf/scribe/commit/8059566ef39ec09ebd7eb36ecd2e65d20f0dd2bc)
+- Don't include Content-Type header in Guzzle examples (https://github.com/knuckleswtf/scribe/commit/6a1e7504ec4c5a17e4e97996536bd16398823703)
+- 
+
 ## 2.5.1 (Wednesday, 16 December 2020)
 - PHP 8 support (https://github.com/knuckleswtf/scribe/pull/162)
 

+ 1 - 1
src/Tools/Globals.php

@@ -4,7 +4,7 @@ namespace Knuckles\Scribe\Tools;
 
 class Globals
 {
-    public const SCRIBE_VERSION = '2.4.2';
+    public const SCRIBE_VERSION = '2.5.2';
 
     public static $shouldBeVerbose = false;