Skip to content

Commit b0e3d54

Browse files
committed
docs(changelog): Update CHANGELOG.md to new format
1 parent b5d7d50 commit b0e3d54

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# OmniAuth SAML Version History
2-
3-
A generic SAML strategy for OmniAuth.
4-
5-
https://github.com/omniauth/omniauth-saml
6-
7-
## 1.6.0 (2016-06-27)
1+
<a name="v1.6.0"></a>
2+
### v1.6.0 (2016-06-27)
83
* Ensure that subclasses of `OmniAuth::Stategies::SAML` are registered with OmniAuth as strategies (https://github.com/omniauth/omniauth-saml/pull/95)
94
* Update ruby-saml to 1.3 to address [CVE-2016-5697](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5697) (Signature wrapping attacks)
105

11-
## 1.5.0 (2016-02-25)
6+
<a name="v1.5.0"></a>
7+
### v1.5.0 (2016-02-25)
128

139
* Initialize OneLogin::RubySaml::Response instance with settings
1410
* Adding "settings" to Response Class at initialization to handle signing verification
@@ -18,56 +14,67 @@ https://github.com/omniauth/omniauth-saml
1814
* Call validation earlier to get real error instead of 'response missing name_id'
1915
* Avoid mutation of the options hash during requests and callbacks
2016

21-
## 1.4.2 (2016-02-09)
17+
<a name="v1.4.2"></a>
18+
### v1.4.2 (2016-02-09)
2219

2320
* update ruby-saml to 1.1
2421

25-
## 1.4.1 (2015-08-09)
22+
<a name="v1.4.1"></a>
23+
### v1.4.1 (2015-08-09)
2624

2725
* Configurable attribute_consuming_service
2826

29-
## 1.4.0 (2015-07-23)
27+
<a name="v1.4.0"></a>
28+
### v1.4.0 (2015-07-23)
3029

3130
* update ruby-saml to 1.0.0
3231

33-
## 1.3.1 (2015-02-26)
32+
<a name="v1.3.1"></a>
33+
### v1.3.1 (2015-02-26)
3434

3535
* Added missing fingerprint key check
3636
* Expose fingerprint on the auth_hash
3737

38-
## 1.3.0 (2015-01-23)
38+
<a name="v1.3.0"></a>
39+
### v1.3.0 (2015-01-23)
3940

4041
* add `idp_cert_fingerprint_validator` option
4142

42-
## 1.2.0 (2014-03-19)
43+
<a name="v1.2.0"></a>
44+
### v1.2.0 (2014-03-19)
4345

4446
* provide SP metadata at `/auth/saml/metadata`
4547

46-
## 1.1.0 (2013-11-07)
48+
<a name="v1.1.0"></a>
49+
### v1.1.0 (2013-11-07)
4750

4851
* no longer set a default `name_identifier_format`
4952
* pass strategy options to the underlying ruby-saml library
5053
* fallback to omniauth callback url if `assertion_consumer_service_url` is not set
5154
* add `idp_sso_target_url_runtime_params` option
5255

53-
## 1.0.0 (2012-11-12)
56+
<a name="v1.0.0"></a>
57+
### v1.0.0 (2012-11-12)
5458

5559
* remove SAML code and port to ruby-saml gem
5660
* fix incompatibility with OmniAuth 1.1
5761

58-
## 0.9.2 (2012-03-30)
62+
<a name="v0.9.2"></a>
63+
### v0.9.2 (2012-03-30)
5964

6065
* validate the SAML response
6166
* 100% test coverage
6267
* now requires ruby 1.9.2+
6368

64-
## 0.9.1 (2012-02-23)
69+
<a name="v0.9.1"></a>
70+
### v0.9.1 (2012-02-23)
6571

6672
* return first and last name in the info hash
6773
* no longer use LDAP OIDs for name and email selection
6874
* return SAML attributes as the omniauth raw_info hash
6975

70-
## 0.9.0 (2012-02-14)
76+
<a name="v0.9.0"></a>
77+
### v0.9.0 (2012-02-14)
7178

7279
* initial release
7380
* extracts commits from omniauth 0-3-stable branch

0 commit comments

Comments
 (0)