Release 0.13

This commit is contained in:
Andrew Ayer 2022-06-13 08:50:07 -04:00
parent 0d29547d36
commit 4c21e97208
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
v0.13 (2022-06-13)
* Reduce minimum Go version to 1.17.
* Update install instructions.
v0.12 (2022-06-07)
* Retry failed log requests. This should make certspotter resilient
to rate limiting by logs.

View File

@ -9,4 +9,4 @@
package certspotter
const Version = "0.12"
const Version = "0.13"