Commit 84dbab21 authored by Szilárd Pfeiffer's avatar Szilárd Pfeiffer
Browse files

chore(setup)!: Bump version number to 0.8.4

parent defca536
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Changelog

## 0.8.3
## 0.8.4 - 2023-01-22

- TLS (`tls`)
  - Generic
    - protocol item classes for MySQL support (\#61)

## 0.8.2
## 0.8.2 - 2022-10-10

- TLS (`tls`)
  - Cipher Suites (`ciphers`)
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ def test_discover():

setup(
    name='cryptoparser',
    version='0.8.2',
    version='0.8.4',
    description='Fast and flexible security protocol parser and generator',
    long_description=long_description,
    long_description_content_type='text/markdown',