From b8736b9e25c562aee3ef25596ee02adce838eeb8 Mon Sep 17 00:00:00 2001 From: Jean-Marc Tremeaux Date: Mon, 28 Dec 2020 08:41:05 +0100 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 2 ++ README.md | 5 ++++- conf/dependencies.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab908a0..5904ea3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Change Log +### Version 1.3.0 (2020-12-28) +- Deploy using Github Action ### Version 1.2.0 (2019-04-15) - Automate build ### Version 1.1.0 (2019-03-01) diff --git a/README.md b/README.md index d5e3502..f6d60d0 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![GitHub release](https://img.shields.io/github/release/sismics/play-cas.svg?style=flat-square)](https://github.com/sismics/play-cas/releases/latest) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + # play-cas plugin 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 ``` require: - - cas -> cas 1.2.0 + - cas -> cas 1.3.0 repositories: - sismicsNexusRaw: diff --git a/conf/dependencies.yml b/conf/dependencies.yml index 630e38e..88836a7 100755 --- a/conf/dependencies.yml +++ b/conf/dependencies.yml @@ -1,4 +1,4 @@ -self: play -> cas 1.2.0 +self: play -> cas 1.3.0 configurations: - provided: