Skip to content

Commit 928477a

Browse files
v0.7.6 (#384)
1 parent 756c0e9 commit 928477a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
## [0.7.6] - 2025-10-23
13+
14+
### Added
15+
- Adds optional properties `id` and `tags` to question metadata across all schemas which include `responses` ([#383](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/383))
16+
- Adds file type `biodivertyNetGainInformation` to capture BNG requirements ([#383](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/383))
17+
18+
### Changed
19+
- `data.report.boundary` in the `Enforcement` schema is optional, rather than required, as not all users will provide this digitally ([#383](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/383))
20+
- `siteContact` is optional, rather than required, for `PreApplication` as not all councils are consistently asking for this ([#383](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/383))
21+
- `Application` type `confirmationCompliance` has simplified `data.applicant` requirements ([#383](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/383))
22+
1223
## [0.7.5] - 2025-05-29
1324

1425
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-planning-data-schemas",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "Digital Planning Data schemas",
55
"main": "schema/schema.json",
66
"files": [

0 commit comments

Comments
 (0)