diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2e56d..70bd20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.7.7 +### Fixed +- use pagination information on canonical (via @therealpecus) +- sitemap element type grouping (via @jamesedmonston) + ## 3.7.6 - 2023-06-06 ### Changed - Don't filter out current site alt tag diff --git a/composer.json b/composer.json index 457728f..2ec9a3f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "ether/seo", "license": "MIT", "description": "SEO utilities including a unique field type, sitemap, & redirect manager", - "version": "3.7.5", + "version": "3.7.7", "type": "craft-plugin", "minimum-stability": "dev", "require": {