diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b6c82550..ee11529e 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,7 +6,7 @@ This document provides a high-level view of the changes introduced in {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. -== - +== v2.1.0 - 2024-01-23 === Enhancements @@ -17,6 +17,12 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ * Clipboard file transfers compatibility with non-mstsc clients ({uri-issue}464[#464]) * Some replay files when converted would be cut short ({uri-issue}466[#466]) +=== Credits + +Thanks to the following people who contributed to this release: + +Olivier Bilodeau (@obilodeau) and @luciaprime54 + == v2.0.0 - 2023-12-22 diff --git a/pyproject.toml b/pyproject.toml index c519c3e0..ad470886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" name = "pyrdp-mitm" description = "Remote Desktop Protocol (RDP) Monster-in-the-Middle tool and Python library" readme = "README.md" -version = "2.0.1.dev0" +version = "2.1.0" requires-python = ">=3.7" authors = [ { name = "Olivier Bilodeau", email = "obilodeau@gosecure.net" }, diff --git a/requirements-slim.txt b/requirements-slim.txt index 442fc25e..28486bef 100644 --- a/requirements-slim.txt +++ b/requirements-slim.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -attrs==23.1.0 +attrs==23.2.0 Automat==22.10.0 cffi==1.16.0 constantly==23.10.4 @@ -8,17 +8,17 @@ hyperlink==21.0.0 idna==3.6 incremental==22.10.0 namesgenerator==0.3 -progressbar2==4.2.0 +progressbar2==4.3.2 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 -pycryptodome==3.19.0 +pycryptodome==3.20.0 pyOpenSSL==23.3.0 pytz==2023.3.post1 rsa==4.9 scapy==2.5.0 -service-identity==23.1.0 +service-identity==24.1.0 six==1.16.0 Twisted==23.10.0 -typing_extensions==4.8.0 +typing_extensions==4.9.0 zope.interface==6.1 diff --git a/requirements.txt b/requirements.txt index a5e24ba1..08963098 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -attrs==23.1.0 +attrs==23.2.0 Automat==22.10.0 av==11.0.0 cffi==1.16.0 @@ -9,23 +9,25 @@ hyperlink==21.0.0 idna==3.6 incremental==22.10.0 namesgenerator==0.3 -numpy==1.24.4 -progressbar2==4.2.0 +numpy==1.26.3 +progressbar2==4.3.2 py-notifier==0.5.0 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 -pycryptodome==3.19.0 +pycryptodome==3.20.0 pyOpenSSL==23.3.0 +PySide6==6.6.1 +PySide6-Addons==6.6.1 PySide6-Essentials==6.6.1 python-utils==3.8.1 pytz==2023.3.post1 qimage2ndarray==1.10.0 rsa==4.9 scapy==2.5.0 -service-identity==23.1.0 -shiboken2==5.15.2.1 +service-identity==24.1.0 +shiboken6==6.6.1 six==1.16.0 Twisted==23.10.0 -typing_extensions==4.8.0 +typing_extensions==4.9.0 zope.interface==6.1