We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defca53 commit 84dbab2Copy full SHA for 84dbab2
CHANGELOG.md
@@ -1,12 +1,12 @@
1
# Changelog
2
3
-## 0.8.3
+## 0.8.4 - 2023-01-22
4
5
- TLS (`tls`)
6
- Generic
7
- protocol item classes for MySQL support (\#61)
8
9
-## 0.8.2
+## 0.8.2 - 2022-10-10
10
11
12
- Cipher Suites (`ciphers`)
setup.py
@@ -30,7 +30,7 @@ def test_discover():
30
31
setup(
32
name='cryptoparser',
33
- version='0.8.2',
+ version='0.8.4',
34
description='Fast and flexible security protocol parser and generator',
35
long_description=long_description,
36
long_description_content_type='text/markdown',
0 commit comments