Skip to content

Commit

Permalink
Updating versions, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chadgates committed May 17, 2024
1 parent c97ec7a commit adefe61
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Abhishek Ram <[email protected]> @abhishek-ram
- Chad Gates @chadgates
- Wassilios Lytras @chadgates
- Bruno Ribeiro da Silva <[email protected]> @loop0
- Robin C Samuel @robincsamuel
- Brandon Joyce @brandonjoyce
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Release History

## 1.4.4 - 2024-05-18

* feat: add callback option to find partnerships (organization and partner combinations)
* fix: add specific error when MDN received but original message was not found
* feat: add key encryption algorithm parameters to partners with additional support for rsaes_oaep
* feat: add signature algorithm parameter to partners with additional support for rsassa_pss
* feat: add message id parameter to allow user provided message id
* fix: bump pyOpenSSL version to 23.2.0, which bumps cryptography version to 41.0.x which fixes CVE-2023-2650

## 1.4.3 - 2023-01-25

* fix: update pyopenssl version to resovle pyca/cryptography#7959
* fix: update pyopenssl version to resolve pyca/cryptography#7959

## 1.4.2 - 2022-12-11

Expand Down
2 changes: 1 addition & 1 deletion pyas2lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pyas2lib.as2 import Organization
from pyas2lib.as2 import Partner

__version__ = "1.4.3"
__version__ = "1.4.4"


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description="Docs for this project are maintained at "
"https://github.com/abhishek-ram/pyas2-lib/blob/"
"master/README.md",
version="1.4.3",
version="1.4.4",
author="Abhishek Ram",
author_email="[email protected]",
packages=find_packages(where=".", exclude=("test*",)),
Expand Down

0 comments on commit adefe61

Please sign in to comment.