Skip to content

Commit

Permalink
feat: add intent_to_retain
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Aug 26, 2024
1 parent b490231 commit 4102499
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Release Notes

## v2.3.1 - 2024-08-27
- Feature
- Add intent_to_retain to Field v2

## v2.3.0 - 2024-08-27
- Fix
- Feature
- Add support for mso_mdoc format

## v2.2.4 - 2024-04-24
Expand Down
2 changes: 2 additions & 0 deletions openapi/pex-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@ components:
$ref: '#/components/schemas/filter_v2'
predicate:
$ref: '#/components/schemas/optionality'
intent_to_retain:
type: boolean
name:
type: string
description: human-friendly name that describes what the target field represents
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.sphereon.public</groupId>
<artifactId>pex-openapi</artifactId>
<packaging>jar</packaging>
<version>2.3.0</version>
<version>2.3.1</version>

<parent>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion template/models-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/pex-models",
"version": "2.3.0",
"version": "2.3.1",
"description": "Presentation Exchange v1 and v2 typescript models",
"author": "Sphereon",
"keywords": [
Expand Down

0 comments on commit 4102499

Please # to comment.