Skip to content

Commit b2e4984

Browse files
v0.7.3 (#314)
1 parent 3907248 commit b2e4984

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
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.3] - 2025-02-27
13+
14+
### Added
15+
- `CommunityInfrastructureLevy` now includes all details collected by Form 1: Additional information ([#312](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/312))
16+
- `PlanningDesignations` enum includes more datasets which may be incorporated into services soon based on Planning Data's backlog ([#311](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/311))
17+
18+
### Changed
19+
- Minor type changes to `Ownership` definitions to better align to PlanX service content ([#313](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/313))
20+
- Renames `treePlan` document to `treeSurvey` ([#309](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/309))
21+
- Adjusts linked pre-application reference requirements ([#298](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/298))
22+
1223
## [0.7.2] - 2025-01-16
1324

1425
### Changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-planning-data-schemas",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "Digital Planning Data schemas",
55
"main": "schema/schema.json",
66
"scripts": {

0 commit comments

Comments
 (0)