Skip to content

Commit

Permalink
Merge pull request #572 from mkurz/play292_302
Browse files Browse the repository at this point in the history
Play 2.9.2/3.0.2
  • Loading branch information
mkurz authored Mar 1, 2024
2 parents 7ee32e4 + 33f4226 commit cbb1c8d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
16 changes: 12 additions & 4 deletions conf/playReleases.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
15 changes: 15 additions & 0 deletions public/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cbb1c8d

Please sign in to comment.