aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2021-01-28 13:37:50 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2021-01-28 13:37:50 +0000
commit61090cbe351f4ea9e43a87ce6c7d80565dc62ea4 (patch)
treef69b900f4685e4c5acd0ac9e54f2fca20c445a6e
parentd56a5a65097572e9388afaec813eaced301f99f8 (diff)
Version 0.3.8v0.3.8
-rw-r--r--CHANGES.md6
-rw-r--r--internal/version.go2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6d5c0fcb..b11c3d7a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
# Changelog
+## Dendrite 0.3.8 (2021-01-28)
+
+### Fixes
+
+* A well-known lookup regression in version 0.3.7 has been fixed
+
## Dendrite 0.3.7 (2021-01-26)
### Features
diff --git a/internal/version.go b/internal/version.go
index 639fd3df..f5c6a423 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 3
- VersionPatch = 7
+ VersionPatch = 8
VersionTag = "" // example: "rc1"
)