From 67eb2561d6d425c4ffa9ce411f91cc66bc5cb6c9 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 15 Dec 2023 16:23:47 +0100 Subject: [PATCH] v0.2.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16e0458..ff61ac95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The minor version will be incremented upon a breaking change and the patch version will be incremented for features. +## [0.2.2] - 2023-12-15 + +### Added +- Added new optional text property `data.applicant.ownership.noticeReason` ([#89](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/89)) + +### Changed +- Added a number of additional supported `ProjectTypes` ([#88](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/88)) +- Updated descriptions for `data.property.boundary` and `data.proposal.boundary` fields ([#89](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/89)) + ## [0.2.1] - 2023-11-28 ### Changed diff --git a/package.json b/package.json index 24f30e5b..b4bbf655 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-planning-data-schemas", - "version": "0.2.1", + "version": "0.2.2", "description": "Digital Planning Data schemas", "main": "schema/schema.json", "scripts": {