Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .contractual/changesets/add-vaccinated-field.md

This file was deleted.

3 changes: 3 additions & 0 deletions .contractual/snapshots/petstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ components:
type: string
pattern: '^[0-9]{15}$'
description: 15-digit microchip ID (optional)
vaccinated:
type: boolean
description: Whether the pet is vaccinated (optional)
status:
type: string
enum:
Expand Down
4 changes: 2 additions & 2 deletions .contractual/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"petstore": {
"version": "2.1.0",
"released": "2026-03-28T17:48:50.734Z"
"version": "2.2.0",
"released": "2026-03-29T06:49:17.760Z"
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [petstore] v2.2.0 - 2026-03-29

- **[minor]** add optional vaccinated field to track pet vaccination status

## [petstore] v2.1.0 - 2026-03-28

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