1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-10-18 06:14:21 +00:00

prepare release v3.1.0

This commit is contained in:
Knut Ahlers 2019-04-29 16:59:22 +02:00
parent cfe466e70a
commit 3eef5a5be8
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,3 +1,9 @@
# 3.1.0 / 2019-04-29
* Add encrypt/decrypt without base64 encoding (thanks [@mcgillowen](https://github.com/mcgillowen))
* Test: Drop support for pre-1.10, add 1.12
* Test: Simplify / cleanup test file
# 3.0.1 / 2019-01-29
* Fix: v3 versions require another go-modules name
@ -28,4 +34,4 @@
# 1.1.0 / 2017-09-18
* Add salt validation and improve comments
* Added ability to pass custom salt to everyencrypt call (thanks @VojtechBartos)
* Added ability to pass custom salt to everyencrypt call (thanks @VojtechBartos)