Release 0.14.0

This commit is contained in:
Andrew Ayer 2022-06-13 11:23:35 -04:00
parent 4c21e97208
commit 3d1bdb2b60
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -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.

View File

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