1
0
mirror of https://github.com/Luzifer/go-dhparam.git synced 2024-09-19 00:22:58 +00:00
go-dhparam/History.md

16 lines
490 B
Markdown
Raw Permalink Normal View History

2023-02-10 16:05:28 +00:00
# 1.2.0 / 2023-02-10
* Update minimum Go version and use stdlib error-wrapping (#3) (Thanks to [pete911](https://github.com/pete911))
* CI: Add Github Actions for testing
* Test: Adopt expected output to new OpenSSL version
2020-05-04 16:11:40 +00:00
# 1.1.0 / 2020-05-04
* Add Go modules support, update test environment
* Added GenerateWithContext (#2) (Thanks to [ItalyPaleAle](https://github.com/ItalyPaleAle))
* Test: Keep travis awake by sending output
2018-10-08 10:10:01 +00:00
# 1.0.0 / 2018-10-08
* Initial version