diff --git a/CHANGELOG.md b/CHANGELOG.md index 3838a69..3cddb62 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 @@ -24,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial independent release, see [previous history](https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.1/extensions/pointcloud) -[Unreleased]: +[Unreleased]: +[v1.1.0]: [v1.0.0]: