Skip to content

Commit b8736b9

Browse files
committed
v1.3.0
1 parent 666293b commit b8736b9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Change Log
2+
### Version 1.3.0 (2020-12-28)
3+
- Deploy using Github Action
24
### Version 1.2.0 (2019-04-15)
35
- Automate build
46
### Version 1.1.0 (2019-03-01)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![GitHub release](https://img.shields.io/github/release/sismics/play-cas.svg?style=flat-square)](https://github.com/sismics/play-cas/releases/latest)
2+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
3+
14
# play-cas plugin
25

36
This plugin adds [CAS](https://en.wikipedia.org/wiki/Central_Authentication_Service) support to Play! Framework 1 applications.
@@ -10,7 +13,7 @@ This plugin adds [CAS](https://en.wikipedia.org/wiki/Central_Authentication_Serv
1013

1114
```
1215
require:
13-
- cas -> cas 1.2.0
16+
- cas -> cas 1.3.0
1417
1518
repositories:
1619
- sismicsNexusRaw:

conf/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
self: play -> cas 1.2.0
1+
self: play -> cas 1.3.0
22

33
configurations:
44
- provided:

0 commit comments

Comments
 (0)