From 0ec6f1c8a821dec619923e6041cdaf496a75dca6 Mon Sep 17 00:00:00 2001
From: shalvah <diakon.ng@gmail.com>
Date: Thu, 1 Jul 2021 13:33:01 +0100
Subject: [PATCH] 3.4.0

---
 CHANGELOG.md          | 8 ++++++--
 src/Tools/Globals.php | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec3f3641..9ac24c93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,9 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removals
 
-## 3.3.3 (Thursday, 1 July 2021)
+## 3.4.0 (Thursday, 1 July 2021)
+### Added
+- Support better examples based on the `where` clause in routes. (https://github.com/knuckleswtf/scribe/commit/cf2b53c16d405e655886b6225e9ebbf29a6621a8)
+
 ### Fixed
-- Try It Out: Spoof HTTP method for PUT/PATCH requests (https://github.com/knuckleswtf/scribe/pull/)
+- Correctly generate params and description for explicit field bindings in routes (https://github.com/knuckleswtf/scribe/commit/b0b89195e6ce0333cf07573462fa9ec083d04f4d)
+- Try It Out: Spoof HTTP method for PUT/PATCH requests (https://github.com/knuckleswtf/scribe/pull/257)
 
 ## 3.3.2 (Wednesday, 30 June 2021)
 ### Fixed
diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php
index d5bca0f8..50d07ee6 100644
--- a/src/Tools/Globals.php
+++ b/src/Tools/Globals.php
@@ -4,7 +4,7 @@
 
 class Globals
 {
-    public const SCRIBE_VERSION = '3.3.2';
+    public const SCRIBE_VERSION = '3.4.0';
 
     public static bool $shouldBeVerbose = false;
 }