diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cca274c..1df9133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project are documented here. The format follows on the file is maintained by [release-please](https://github.com/googleapis/release-please) — do not edit it by hand. +## [2.0.0](https://github.com/palasthotel/postqueue-feeds/compare/v1.0.0...v2.0.0) (2026-08-04) + + +### ⚠ BREAKING CHANGES + +* a queue's feed is no longer served at .xml. That address was documented in the README and is gone with the rule behind it. Use /feed// or ?feed=. + +### Features + +* show each queue's feed address on the Postqueues screen ([41f8c4a](https://github.com/palasthotel/postqueue-feeds/commit/41f8c4a96e8df3b7f350287d22598c390d304f56)) +* show each queue's feed address on the Postqueues screen ([8d65219](https://github.com/palasthotel/postqueue-feeds/commit/8d652196402f903d6c08a1edcddcd4b747c708dd)) + + +### Bug Fixes + +* make the feed work as soon as the plugin is activated ([232a560](https://github.com/palasthotel/postqueue-feeds/commit/232a5600dd99d02b1e3a49aade830ae31bcfb907)) +* stop answering wp-sitemap.xml with a feed ([d92e5e0](https://github.com/palasthotel/postqueue-feeds/commit/d92e5e0ab0b65e0a65b74f70ec6f73bb32d972d5)) + ## 1.0 * First release diff --git a/version.txt b/version.txt index 3eefcb9..227cea2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +2.0.0