diff --git a/CHANGELOG.md b/CHANGELOG.md index 7439e45f..93b8fc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## [unreleased] +## 2.12.3 [2023-03-29] +### Bug fixes +- Update golang.org/x/net from 0.0.0-20210119194325-5f4716e94777 to 0.7.0 ## 2.12.2 [2023-01-26] ### Bug fixes diff --git a/version.go b/version.go index 2cfddcae..92f315e4 100644 --- a/version.go +++ b/version.go @@ -13,7 +13,7 @@ import ( const ( // Version defines current version - Version = "2.12.2" + Version = "2.12.3" ) func init() {