diff --git a/conf/playReleases.json b/conf/playReleases.json index 91019ef3..b29cd96d 100644 --- a/conf/playReleases.json +++ b/conf/playReleases.json @@ -1,15 +1,23 @@ { "latest3": { - "version": "3.0.7", - "date": "Mar 13 2025" + "version": "3.0.8", + "date": "Jul 1 2025" }, "latest2": { - "version": "2.9.7", - "date": "Mar 13 2025" + "version": "2.9.8", + "date": "Jul 1 2025" }, "development": [ ], "previous": [ + { + "version": "3.0.7", + "date": "Mar 13 2025" + }, + { + "version": "2.9.7", + "date": "Mar 13 2025" + }, { "version": "3.0.6", "date": "Nov 28 2024" diff --git a/project/plugins.sbt b/project/plugins.sbt index 67180eb7..9061f3d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.7") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.8") 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 013257d2..37e21812 100644 --- a/public/markdown/changelog.md +++ b/public/markdown/changelog.md @@ -1,3 +1,17 @@ +## Play 3.0.8 + +*Released 1 July 2025 + +[All changes](https://github.com/playframework/playframework/compare/3.0.7...3.0.8/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/145?closed=1) + +## Play 2.9.8 + +*Released 1 July 2025 + +[All changes](https://github.com/playframework/playframework/compare/2.9.7...2.9.8/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/143?closed=1) + ## Play 3.0.7 *Released 13 March 2025