diff --git a/packages/yoteams-build-core/CHANGELOG.md b/packages/yoteams-build-core/CHANGELOG.md index 533f049..11c9c7b 100644 --- a/packages/yoteams-build-core/CHANGELOG.md +++ b/packages/yoteams-build-core/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [*1.9.0*]- <*2024-06-03*> + +### Added + +* Added support for Schema 1.16 & 1.17. ## [*1.8.1*]- <*2023-01-19*> diff --git a/packages/yoteams-build-core/src/schemas.json b/packages/yoteams-build-core/src/schemas.json index 7a6f8b1..906d871 100644 --- a/packages/yoteams-build-core/src/schemas.json +++ b/packages/yoteams-build-core/src/schemas.json @@ -58,5 +58,13 @@ { "version": "1.15", "schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.15/MicrosoftTeams.schema.json" + }, + { + "version": "1.16", + "schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json" + }, + { + "version": "1.17", + "schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.17/MicrosoftTeams.schema.json" } ]