Skip to content
Merged
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
16 changes: 12 additions & 4 deletions credential-exchange-format/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,30 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2025-09-08
## [0.4.0] - 2026-06-08

### Added

- Implement `Default` on all types where either all fields are optional or vectors that can be
empty. (#90)
- Add `EditableFieldEmail` and `EditableFieldNumber` variants to `EditableFieldValue`. (#132)

### Changed

- **BREAKING**: Changed `integration_hash` to `integrity_hash` in `FileCredential`. (#87)
- **BREAKING**: Renamed `ty` to `type` in serialized representations of `Credential::Unknown`.
(#125)
- **BREAKING**: Field values are now using a new type to encode whether the field was parsed as the
expected field type, or whether the field was of the wrong type. (#127)

## [0.3.0] - 2025-09-08

### Added

- Implement `Default` on all types where either all fields are optional or vectors that can be
empty. (#90)

### Changed

- **BREAKING**: Changed `integration_hash` to `integrity_hash` in `FileCredential`. (#87)

### Fixed

- Included `EditableField.extensions` in serialization and deserialization. (#91)
Expand Down
Loading