Skip to content

Commit

Permalink
master is now on 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstegman committed Nov 11, 2024
1 parent c0a215b commit c674a77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/devise_saml_authenticatable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeviseSamlAuthenticatable
VERSION = "1.9.1"
VERSION = "2.0.0"
end

0 comments on commit c674a77

Please sign in to comment.