Skip to content

Commit 3ced05b

Browse files
v0.7.2 (#288)
1 parent ce3606a commit 3ced05b

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.2] - 2025-01-16
13+
14+
### Changed
15+
- Updates `CommunityInfrastructureLevy` type to include "Not liable" path ([#282](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/282))
16+
- Updates `Flags` enum values ([#285](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/285))
17+
- Updates `PlanningDesignation` enum values ([#286](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/286))
18+
- Updates `PropertyTypes` enum values ([#287](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/287))
19+
20+
### Added
21+
- Adds a work-in-progress `PreApplication` schema, including example payloads ([#275](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/275))
22+
1223
## [0.7.1] - 2024-11-07
1324

1425
### Added

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.1",
3+
"version": "0.7.2",
44
"description": "Digital Planning Data schemas",
55
"main": "schema/schema.json",
66
"scripts": {

0 commit comments

Comments
 (0)