Skip to content

Commit

Permalink
Merge branch 'release/v0.18.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed Jul 17, 2024
2 parents 9acf025 + 1edd8ce commit d57eed7
Show file tree
Hide file tree
Showing 5 changed files with 1,513 additions and 649 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.18.16 (2024-07-17)
* Updated Veneer dependency

## v0.18.15 (2024-06-19)
* Custom rendering for SensitiveParameterValue
* Added support for sensitive properties
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"decodelabs/enlighten": "^0.9",
"decodelabs/exceptional": "^0.4.1",
"decodelabs/glitch-support": "^0.4.6",
"decodelabs/veneer": "^0.10.10",
"decodelabs/veneer": "^0.11.1",

"psr/log": "^3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Glitch/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

class Context implements LoggerAwareInterface
{
public const VERSION = 'v0.18.15';
public const VERSION = 'v0.18.16';

protected float $startTime;
protected string $runMode = 'development';
Expand Down
Loading

0 comments on commit d57eed7

Please sign in to comment.