diff --git a/credential-exchange-format/CHANGELOG.md b/credential-exchange-format/CHANGELOG.md index 1bbc4b0..022cae3 100644 --- a/credential-exchange-format/CHANGELOG.md +++ b/credential-exchange-format/CHANGELOG.md @@ -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)