diff --git a/NEWS b/NEWS index ed61860..6a24403 100644 --- a/NEWS +++ b/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. diff --git a/version.go b/version.go index 785a35b..d2bc678 100644 --- a/version.go +++ b/version.go @@ -9,4 +9,4 @@ package certspotter -const Version = "0.13" +const Version = "0.14.0"