Release 0.13
This commit is contained in:
parent
0d29547d36
commit
4c21e97208
4
NEWS
4
NEWS
|
@ -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.
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
|
||||
package certspotter
|
||||
|
||||
const Version = "0.12"
|
||||
const Version = "0.13"
|
||||
|
|
Loading…
Reference in New Issue