Skip to content

Commit

Permalink
Update IdentifyScenarioInfo (#200)
Browse files Browse the repository at this point in the history
* Update IdentifyScenarioInfo

* Update changelog
  • Loading branch information
spajxo authored Jan 4, 2024
1 parent d5753c6 commit 1323335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
### Added
- Add `IdentifyScenarioInfo.approvalMode`

## [2.2.0] - 2023-12-18
### Added
Expand Down
1 change: 1 addition & 0 deletions src/Resource/IdentifyScenarioInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ class IdentifyScenarioInfo extends BaseResource
{
public string $id;
public string $name;
public string $approvalMode;
}

0 comments on commit 1323335

Please sign in to comment.