added changelog for 2.1.0 and updated changelog for 2.2.0

This commit is contained in:
K4YT3X 2021-01-27 04:38:20 +00:00 committed by GitHub
parent 7dfdbf3064
commit a4f191672f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,12 @@
## 2.2.0 (January 26, 2021)
- No longer dependent on `wg` binary (all keypairs are generated in pure python)
- Now available on PyPI
- Implemented private/public key generation using native Python code
- Consequentially, this program no longer depends on an external `wg` binary
## 2.1.0 (January 13, 2021)
- Reorganized code and made available on PyPI
## 2.0.0 (November 15, 2020)