From 83bc272ae23ad6ffacc47e1f9dc8b8bd181b22aa Mon Sep 17 00:00:00 2001 From: Fabien Crespel Date: Thu, 18 Feb 2021 22:09:06 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 7 +++++-- README.md | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f686e2b..4cc9260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## [Unreleased] +## [1.6.0] - 2021-02-18 + - Added option to customize validation URL parameters in advanced protocol configuration. +- Allow using `{{attribute}}` placeholders in Full Name and Email Attribute configuration (e.g. `{{firstName}} {{lastName}}` or `{{uid}}@example.com`). - Fixed handling of empty attributes. -- Allow using `{{attribute}}` placeholders in Full Name and Email Attribute configuration (e.g. `{{firstName}} {{lastName}}`). ## [1.5.0] - 2020-11-22 @@ -67,7 +69,8 @@ - Single Sign-Out support - Jenkins API Token support (no conflict) -[Unreleased]: https://github.com/jenkinsci/cas-plugin/compare/cas-plugin-1.5.0...HEAD +[Unreleased]: https://github.com/jenkinsci/cas-plugin/compare/cas-plugin-1.6.0...HEAD +[1.6.0]: https://github.com/jenkinsci/cas-plugin/compare/cas-plugin-1.5.0...cas-plugin-1.6.0 [1.5.0]: https://github.com/jenkinsci/cas-plugin/compare/cas-plugin-1.4.3...cas-plugin-1.5.0 [1.4.3]: https://github.com/jenkinsci/cas-plugin/compare/cas-plugin-1.4.2...cas-plugin-1.4.3 [1.4.2]: https://github.com/jenkinsci/cas-plugin/compare/cas-plugin-1.4.1...cas-plugin-1.4.2 diff --git a/README.md b/README.md index f29c093..757c3cc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The latest version is available for download from the Update Center and from the ### Upgrade notice -- Jenkins **2.266 and higher** require CAS plugin version **1.5.0**. +- Jenkins **2.266 and higher** require CAS plugin version **1.5.0** or higher. - Jenkins **2.265 and lower** require CAS plugin version **1.4.3** (1.5.0 is _NOT_ compatible). - Jenkins **2.160 or 2.150.2 LTS** and higher require CAS plugin version **1.4.3**. diff --git a/pom.xml b/pom.xml index 06c4f45..df913dc 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ THE SOFTWARE. - 1.5.1 + 1.6.0 -SNAPSHOT jenkinsci/cas-plugin 8