diff --git a/content/docs/overview/changelog.md b/content/docs/overview/changelog.md index df695ce0..a6b554d1 100644 --- a/content/docs/overview/changelog.md +++ b/content/docs/overview/changelog.md @@ -6,6 +6,14 @@ sidebar: This document includes all meaningful changes made to the **Data Package standard**. It does not cover changes made to other documents like Recipes or Guides. +## v2.1 + +> Sep 17, 2024 + +##### `schema.fieldsMatch` (fixed) + +The `schema.fieldsMatch` property definition has been fixed in the Table Schema profile ([#965](https://github.com/frictionlessdata/datapackage/issues/965)). + ## v2.0 > June 26, 2024 diff --git a/content/docs/standard/data-package.md b/content/docs/standard/data-package.md index 1f7a056e..dfb20e83 100644 --- a/content/docs/standard/data-package.md +++ b/content/docs/standard/data-package.md @@ -12,7 +12,7 @@ sidebar: Profile - https://datapackage.org/profiles/2.0/datapackage.json + https://datapackage.org/profiles/2.1/datapackage.json diff --git a/content/docs/standard/data-resource.md b/content/docs/standard/data-resource.md index 38741ded..4b970a63 100644 --- a/content/docs/standard/data-resource.md +++ b/content/docs/standard/data-resource.md @@ -12,7 +12,7 @@ sidebar: Profile - https://datapackage.org/profiles/2.0/dataresource.json + https://datapackage.org/profiles/2.1/dataresource.json diff --git a/content/docs/standard/table-dialect.md b/content/docs/standard/table-dialect.md index a8ec2c91..8de3542c 100644 --- a/content/docs/standard/table-dialect.md +++ b/content/docs/standard/table-dialect.md @@ -12,7 +12,7 @@ sidebar: Profile - https://datapackage.org/profiles/2.0/tabledialect.json + https://datapackage.org/profiles/2.1/tabledialect.json diff --git a/content/docs/standard/table-schema.md b/content/docs/standard/table-schema.md index 8b7acb2c..14181786 100644 --- a/content/docs/standard/table-schema.md +++ b/content/docs/standard/table-schema.md @@ -12,7 +12,7 @@ sidebar: Profile - https://datapackage.org/profiles/2.0/tableschema.json + https://datapackage.org/profiles/2.1/tableschema.json