From cf6e0d04685b16cd50c5cd033418bd8f39221fe8 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 11 Mar 2024 14:55:39 -0600 Subject: [PATCH] release: v1.1.0 --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3838a69..0f36671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -6,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added +## [v1.1.0] - 2024-03-11 ### Changed -- Required properties of type `string` require a minimum length of `1`. - -### Deprecated +- Updated to "Pilot" maturity +- Required properties of type `string` require a minimum length of `1` +- `pc:schemas` is no longer required ### Removed +- `pc:encoding` because there is an encoding key in the asset + ### Fixed - Fixed JSON Schema, which allowed pointcloud fields in the top-level of Collections