From 22ec6dc045dabbd82a4286e2b58185d4795dc793 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 21 May 2026 09:34:04 +0200 Subject: [PATCH 1/2] Play 3.0.11/2.9.11 --- conf/playReleases.json | 16 ++++++++++++---- public/markdown/changelog.md | 14 ++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/conf/playReleases.json b/conf/playReleases.json index 34a47be..2560296 100644 --- a/conf/playReleases.json +++ b/conf/playReleases.json @@ -1,15 +1,23 @@ { "latest3": { - "version": "3.0.10", - "date": "Dec 22 2025" + "version": "3.0.11", + "date": "May 21 2026" }, "latest2": { - "version": "2.9.10", - "date": "Dec 22 2025" + "version": "2.9.11", + "date": "May 21 2026" }, "development": [ ], "previous": [ + { + "version": "3.0.10", + "date": "Dec 22 2025" + }, + { + "version": "2.9.10", + "date": "Dec 22 2025" + }, { "version": "3.0.9", "date": "Sep 11 2025" diff --git a/public/markdown/changelog.md b/public/markdown/changelog.md index 7e5223b..c39e370 100644 --- a/public/markdown/changelog.md +++ b/public/markdown/changelog.md @@ -1,3 +1,17 @@ +## Play 3.0.11 + +*Released 21 May 2026 + +[All changes](https://github.com/playframework/playframework/compare/3.0.10...3.0.11/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/149?closed=1) + +## Play 2.9.11 + +*Released 21 May 2026 + +[All changes](https://github.com/playframework/playframework/compare/2.9.10...2.9.11/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/151?closed=1) + ## Play 3.0.10 *Released 22 December 2025 From 78d57b07d784f5e81216886be5143c3827bc8d4b Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 21 May 2026 09:42:44 +0200 Subject: [PATCH 2/2] Dogfooding Play 3.0.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5c16201..9faadec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.11") addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.1.0") addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-stylus" % "2.0.1")