Skip to content

Commit fd112b4

Browse files
v0.4.1 (#140)
1 parent b8efe69 commit fd112b4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ 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.4.1] - 2024-03-15
13+
14+
### Added
15+
- Added `service.metadata.fees` to communicate how the application fees were calculated, including policy references ([#124](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/124))
16+
- Added a number of new `FileTypes` ([#137](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/137), [#133](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/133), [#128](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/128))
17+
- Added type definitons to describe `CommunityInfrastructureLevy` planning charges on applicable applications ([#135](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/135))
18+
- Added type definitions to describe existing & proposed `Materials` for applicable project types ([#134](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/134))
19+
20+
### Fixed
21+
- Improved GitHub Action & CI workflows to ensure schema.json and examples are building as expected on `main` and in `dist` releases ([#132](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/132), [#131](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/131))
22+
- Updated expired file URLs in example payloads ([#139](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/139))
23+
1224
## [0.4.0] - 2024-02-28
1325

1426
### Breaking

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

0 commit comments

Comments
 (0)