Skip to content

Commit 40d1277

Browse files
authored
Merge pull request #403 from ignasi35/release-plays-284-277
Release Play 2.8.4 and 2.7.7
2 parents 104cb21 + 3bf9f7f commit 40d1277

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

conf/playReleases.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"latest": {
3-
"version": "2.8.3",
4-
"date": "Oct 26 2020"
3+
"version": "2.8.4",
4+
"date": "Nov 5 2020"
55
},
66
"development": [
77
],
88
"previous": [
9+
{
10+
"version": "2.7.7",
11+
"date": "Nov 5 2020"
12+
},
13+
{
14+
"version": "2.8.3",
15+
"date": "Oct 26 2020"
16+
},
917
{
1018
"version": "2.7.6",
1119
"date": "Oct 26 2020"
12-
},
20+
},
1321
{
1422
"version": "2.8.2",
1523
"date": "May 21 2020"

public/markdown/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
## Play 2.8.4
3+
4+
*Released 5 November 2020
5+
6+
[All changes](https://github.com/playframework/playframework/compare/2.8.3...2.8.4/)
7+
[GitHub milestone](https://github.com/playframework/playframework/milestone/106?closed=1)
8+
9+
## Play 2.7.7
10+
11+
*Released 5 November 2020
12+
13+
[All changes](https://github.com/playframework/playframework/compare/2.7.6...2.7.7/)
14+
[GitHub milestone](https://github.com/playframework/playframework/milestone/107?closed=1)
15+
216
## Play 2.8.3
317

418
*Released 26 October 2020

0 commit comments

Comments
 (0)