From 97cf20549a9cd59f160519bc2750ae76e3307c8d Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 7 Jan 2020 12:38:26 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 118ed33..7de2599 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ MITREid Connect is a reference implementation of the OpenID Connect protocol server and client, built on the Java, Spring, and Spring Security platforms. Java API documentation and a technical overview for the current stable version (generated by the Maven Site plugin) is available at [http://mitreid-connect.github.com/](http://mitreid-connect.github.com). -The current stable release is **1.3.1**. Development of this series is currently tracked on the **1.3.x** branch. Production systems should use this branch. To upgrade from previous release series, see instructions at [Upgrading](wiki/Upgrading). +The current stable release is **1.3.3**. Development of this series is currently tracked on the **1.3.x** branch. Production systems should use this branch. To upgrade from previous release series, see instructions at [Upgrading](wiki/Upgrading). The current legacy release is **1.2.6**. Only major security changes that are completely backwards compatible are ported to this branch, no new features are planned or anticipated. Development of this is currently tracked on the **1.2.x** branch.