@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## 3.34.0 (July 2022)
### Fixed
- Don't send empty query parameter field if it's optional ([#493](https://github.com/knuckleswtf/scribe/commit/493)))
+- Infer URL parameter name correctly when `getRouteKeyName()` is set ([#492](https://github.com/knuckleswtf/scribe/commit/492)))
## 3.33.0 (27 June 2022)
@@ -4,7 +4,7 @@ namespace Knuckles\Scribe\Tools;
class Globals
{
- public const SCRIBE_VERSION = '3.33.0';
+ public const SCRIBE_VERSION = '3.34.0';
public static bool $shouldBeVerbose = false;