Skip to content

Commit 2d47437

Browse files
committed
Release version 7.4.1
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent abcc1de commit 2d47437

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 7.4.1 (2023-02-24)
4+
5+
- Fix subject-id requirements processing
6+
7+
38
## 7.4.0 (2023-02-14)
49

510
- Ensure the ID of each Signature element is unique when signing an encrypted assertion

Diff for: RELEASE.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@ When releasing a new version, the following steps should be taken:
2222
2323
4. Update the [CHANGELOG.md]
2424
25-
```
26-
git add CHANGELOG.md
27-
```
28-
2925
5. Commit and sign the changes:
3026
3127
```
32-
git add -u
28+
git add -u # CHANGELOG.md pyproject.toml
3329
git commit -v -s -m "Release version X.Y.Z"
3430
```
3531

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysaml2"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
description = "Python implementation of SAML Version 2 Standard"
55
license = "Apache-2.0"
66
authors = ["IdentityPython <[email protected]>"]

0 commit comments

Comments
 (0)