Release 0.14.0
This commit is contained in:
parent
4c21e97208
commit
3d1bdb2b60
3
NEWS
3
NEWS
|
@ -1,3 +1,6 @@
|
|||
v0.14.0 (2022-06-13)
|
||||
* Switch to Go module versioning conventions.
|
||||
|
||||
v0.13 (2022-06-13)
|
||||
* Reduce minimum Go version to 1.17.
|
||||
* Update install instructions.
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
|
||||
package certspotter
|
||||
|
||||
const Version = "0.13"
|
||||
const Version = "0.14.0"
|
||||
|
|
Loading…
Reference in New Issue