diff --git a/.goreleaser.yml b/.goreleaser.yml
index b46259a5632f53a3dc9557deeaad80f05aa4fffc..27bc16cd2293587b93e51f5a1ec0516afceffff9 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -40,6 +40,8 @@ builds:
         goarch: arm64
       - goos: freebsd
         goarch: arm64
+      - goos: windows
+        goarch: arm
 
 changelog:
   skip: true
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc0af112de9e9a8119e1661e4a6bf0d0bf3d9f06..64fe438bd61901c22ece3d5de15ee90dc0754fbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
-## [v2.8.6](https://github.com/traefik/traefik/tree/v2.8.6) (2022-09-23)
-[All Commits](https://github.com/traefik/traefik/compare/v2.8.5...v2.8.6)
+## [v2.8.7](https://github.com/traefik/traefik/tree/v2.8.7) (2022-09-23)
+[All Commits](https://github.com/traefik/traefik/compare/v2.8.5...v2.8.7)
 
 **Bug fixes:**
 - **[consulcatalog]** Fix UDP loadbalancer tags not being used with Consul Catalog ([#9357](https://github.com/traefik/traefik/pull/9357) by [t3hchipmunk](https://github.com/t3hchipmunk))
@@ -14,6 +14,11 @@
 - Add documentation for json schema usage to validate config in the FAQ ([#9340](https://github.com/traefik/traefik/pull/9340) by [rtribotte](https://github.com/rtribotte))
 - Add a note on case insensitive regex matching ([#9322](https://github.com/traefik/traefik/pull/9322) by [NEwa-05](https://github.com/NEwa-05))
 
+## [v2.8.6](https://github.com/traefik/traefik/tree/v2.8.6) (2022-09-23)
+[All Commits](https://github.com/traefik/traefik/compare/v2.8.5...v2.8.6)
+
+Release canceled.
+
 ## [v2.8.5](https://github.com/traefik/traefik/tree/v2.8.5) (2022-09-13)
 [All Commits](https://github.com/traefik/traefik/compare/v2.8.4...v2.8.5)
 
diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml
index f0548583efeaa825923a0db11b7ecc63ea8c0556..d9e8c084a41ba5da1c2947ee8c749a884c81de31 100644
--- a/script/gcg/traefik-bugfix.toml
+++ b/script/gcg/traefik-bugfix.toml
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
 OutputType = "file"
 FileName = "traefik_changelog.md"
 
-# example new bugfix v2.8.6
+# example new bugfix v2.8.7
 CurrentRef = "v2.8"
-PreviousRef = "v2.8.5"
+PreviousRef = "v2.8.6"
 BaseBranch = "v2.8"
-FutureCurrentRefName = "v2.8.6"
+FutureCurrentRefName = "v2.8.7"
 
 ThresholdPreviousRef = 10
 ThresholdCurrentRef = 10