diff --git a/conf/playReleases.json b/conf/playReleases.json index 7c25e1d..67b0955 100644 --- a/conf/playReleases.json +++ b/conf/playReleases.json @@ -1,15 +1,23 @@ { "latest3": { - "version": "3.0.1", - "date": "Dec 19 2023" + "version": "3.0.2", + "date": "Mar 1 2024" }, "latest2": { - "version": "2.9.1", - "date": "Dec 19 2023" + "version": "2.9.2", + "date": "Mar 1 2024" }, "development": [ ], "previous": [ + { + "version": "3.0.1", + "date": "Dec 19 2023" + }, + { + "version": "2.9.1", + "date": "Dec 19 2023" + }, { "version": "3.0.0", "date": "Oct 25 2023" diff --git a/project/plugins.sbt b/project/plugins.sbt index 1e783b5..84b6866 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.1") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2") addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.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 aecc819..a554990 100644 --- a/public/markdown/changelog.md +++ b/public/markdown/changelog.md @@ -1,3 +1,18 @@ +## Play 3.0.2 + +*Released 1 March 2024 + +[All changes](https://github.com/playframework/playframework/compare/3.0.1...3.0.2/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/131?closed=1) + +## Play 2.9.2 + +*Released 1 March 2024 + +[All changes](https://github.com/playframework/playframework/compare/2.9.1...2.9.2/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/134?closed=1) + + ## Play 3.0.1 *Released 19 December 2023