summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.adoc1
-rw-r--r--share.go2
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
diff --git a/share.go b/share.go
index 0f396524..a01e20ff 100644
--- a/share.go
+++ b/share.go
@@ -10,5 +10,5 @@ package share
const (
// Version of this module.
- Version = "0.20.1"
+ Version = "0.23.0"
)