diff options
| -rw-r--r-- | CHANGELOG.adoc | 1 | ||||
| -rw-r--r-- | share.go | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7810fcf3..059fcd4d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -157,6 +157,7 @@ The minimum Go version is increased to 1.14. The TXT record value must be wrapped with quote when stored on zone file. + == share v0.22.0 (2021-01-06) === Breaking changes @@ -10,5 +10,5 @@ package share const ( // Version of this module. - Version = "0.20.1" + Version = "0.23.0" ) |
