Skip to content

Commit

Permalink
Release version 7.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <[email protected]>
  • Loading branch information
c00kiemon5ter committed Feb 24, 2023
1 parent abcc1de commit 2d47437
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.4.1 (2023-02-24)

- Fix subject-id requirements processing


## 7.4.0 (2023-02-14)

- Ensure the ID of each Signature element is unique when signing an encrypted assertion
Expand Down
6 changes: 1 addition & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ When releasing a new version, the following steps should be taken:

4. Update the [CHANGELOG.md]

```
git add CHANGELOG.md
```

5. Commit and sign the changes:

```
git add -u
git add -u # CHANGELOG.md pyproject.toml
git commit -v -s -m "Release version X.Y.Z"
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysaml2"
version = "7.4.0"
version = "7.4.1"
description = "Python implementation of SAML Version 2 Standard"
license = "Apache-2.0"
authors = ["IdentityPython <[email protected]>"]
Expand Down

0 comments on commit 2d47437

Please sign in to comment.