Skip to content

Commit 809d366

Browse files
omermoradcontractual[bot]
andauthored
chore: version contracts (#7)
Co-authored-by: contractual[bot] <contractual[bot]@users.noreply.github.com>
1 parent 0a3ea79 commit 809d366

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.contractual/changesets/add-vaccinated-field.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.contractual/snapshots/petstore.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ components:
144144
type: string
145145
pattern: '^[0-9]{15}$'
146146
description: 15-digit microchip ID (optional)
147+
vaccinated:
148+
type: boolean
149+
description: Whether the pet is vaccinated (optional)
147150
status:
148151
type: string
149152
enum:

.contractual/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"petstore": {
3-
"version": "2.1.0",
4-
"released": "2026-03-28T17:48:50.734Z"
3+
"version": "2.2.0",
4+
"released": "2026-03-29T06:49:17.760Z"
55
}
66
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [petstore] v2.2.0 - 2026-03-29
4+
5+
- **[minor]** add optional vaccinated field to track pet vaccination status
6+
37
## [petstore] v2.1.0 - 2026-03-28
48

59
- **[minor]** add optional microchipId field to Pet schema for tracking pet microchips

0 commit comments

Comments
 (0)