From 6df8eb82ae7152bf3b43a4d60a46250cc82a1042 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 11 Sep 2025 12:02:06 +0200 Subject: [PATCH 1/2] Play 3.0.9/2.9.9 --- 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 b29cd96d..483dafb7 100644 --- a/conf/playReleases.json +++ b/conf/playReleases.json @@ -1,15 +1,23 @@ { "latest3": { - "version": "3.0.8", - "date": "Jul 1 2025" + "version": "3.0.9", + "date": "Sep 11 2025" }, "latest2": { - "version": "2.9.8", - "date": "Jul 1 2025" + "version": "2.9.9", + "date": "Sep 11 2025" }, "development": [ ], "previous": [ + { + "version": "3.0.8", + "date": "Jul 1 2025" + }, + { + "version": "2.9.8", + "date": "Jul 1 2025" + }, { "version": "3.0.7", "date": "Mar 13 2025" diff --git a/public/markdown/changelog.md b/public/markdown/changelog.md index 37e21812..541eba6c 100644 --- a/public/markdown/changelog.md +++ b/public/markdown/changelog.md @@ -1,3 +1,17 @@ +## Play 3.0.9 + +*Released 11 September 2025 + +[All changes](https://github.com/playframework/playframework/compare/3.0.8...3.0.9/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/147?closed=1) + +## Play 2.9.9 + +*Released 11 September 2025 + +[All changes](https://github.com/playframework/playframework/compare/2.9.8...2.9.9/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/146?closed=1) + ## Play 3.0.8 *Released 1 July 2025 From 9e951fe332b5a700d7fe5f98571a7c28b9042d83 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 11 Sep 2025 12:02:30 +0200 Subject: [PATCH 2/2] Dogfooding Play 3.0.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d17cdbc9..fe5e1058 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.8") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9") 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")