Skip to content

Commit 5cfca67

Browse files
committed
Update Readme
1 parent 8910c3d commit 5cfca67

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Ruby SAML [![Build Status](https://secure.travis-ci.org/onelogin/ruby-saml.png)](http://travis-ci.org/onelogin/ruby-saml) [![Coverage Status](https://coveralls.io/repos/onelogin/ruby-saml/badge.svg?branch=master%0A)](https://coveralls.io/r/onelogin/ruby-saml?branch=master%0A) [![Gem Version](https://badge.fury.io/rb/ruby-saml.svg)](http://badge.fury.io/rb/ruby-saml)
22

3+
## Updating from 1.1.x to 1.2.X
34

4-
## Updating from 1.0.x to 1.1.X
5+
Version `1.2` adds IDP metadata parsing improvements, uuid deprecation in favour of SecureRandom, refactor error handling and some minor improvements
56

6-
Version `1.1` adds some improvements on signature validation and solves some namespace conflicts.
7+
There is no compatibility issue detected.
78

89
For more details, please review [the changelog](changelog.md).
910

11+
## Updating from 1.0.x to 1.1.X
12+
13+
Version `1.1` adds some improvements on signature validation and solves some namespace conflicts.
14+
1015
## Updating from 0.9.x to 1.0.X
1116

1217
Version `1.0` is a recommended update for all Ruby SAML users as it includes security fixes.

0 commit comments

Comments
 (0)