diff --git a/conf/playReleases.json b/conf/playReleases.json index 483dafb..34a47be 100644 --- a/conf/playReleases.json +++ b/conf/playReleases.json @@ -1,15 +1,23 @@ { "latest3": { - "version": "3.0.9", - "date": "Sep 11 2025" + "version": "3.0.10", + "date": "Dec 22 2025" }, "latest2": { - "version": "2.9.9", - "date": "Sep 11 2025" + "version": "2.9.10", + "date": "Dec 22 2025" }, "development": [ ], "previous": [ + { + "version": "3.0.9", + "date": "Sep 11 2025" + }, + { + "version": "2.9.9", + "date": "Sep 11 2025" + }, { "version": "3.0.8", "date": "Jul 1 2025" diff --git a/project/plugins.sbt b/project/plugins.sbt index e41384d..d58a7bc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10") 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") diff --git a/public/markdown/changelog.md b/public/markdown/changelog.md index 541eba6..7e5223b 100644 --- a/public/markdown/changelog.md +++ b/public/markdown/changelog.md @@ -1,3 +1,17 @@ +## Play 3.0.10 + +*Released 22 December 2025 + +[All changes](https://github.com/playframework/playframework/compare/3.0.9...3.0.10/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/148?closed=1) + +## Play 2.9.10 + +*Released 22 December 2025 + +[All changes](https://github.com/playframework/playframework/compare/2.9.9...2.9.10/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/150?closed=1) + ## Play 3.0.9 *Released 11 September 2025