We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791d6f0 commit a258f03Copy full SHA for a258f03
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.18.2
2
* Refactored balancers (makes concurrent-safe)
3
* Excluded separate balancers lock from cluster
4
* Refactored `cluster.Cluster` interface (`Insert` and `Remove` returning nothing now)
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "18"
6
- VersionPatch = "1"
+ VersionPatch = "2"
7
)
0 commit comments