From c674a77aeadb7ad66efd08e57f433276bca2ca03 Mon Sep 17 00:00:00 2001 From: Adam Stegman Date: Mon, 11 Nov 2024 16:51:21 +0000 Subject: [PATCH] master is now on 2.x --- README.md | 4 ++++ lib/devise_saml_authenticatable/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b020ae2..d4a6064 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Devise Saml Authenticatable is a Single-Sign-On authentication strategy for devise that relies on SAML. It uses [ruby-saml][] to handle all SAML-related stuff. +> [!WARNING] +> The master branch now represents v2.x of this gem, which is still unreleased. +> See [the 1.x branch README](https://github.com/apokalipto/devise_saml_authenticatable/tree/refs/heads/1.x-maintenance?tab=readme-ov-file) for details about that version. + ## Installation Add this gem to your application's Gemfile: diff --git a/lib/devise_saml_authenticatable/version.rb b/lib/devise_saml_authenticatable/version.rb index 998b395..d264464 100644 --- a/lib/devise_saml_authenticatable/version.rb +++ b/lib/devise_saml_authenticatable/version.rb @@ -1,3 +1,3 @@ module DeviseSamlAuthenticatable - VERSION = "1.9.1" + VERSION = "2.0.0" end