This minor release fixes Go module imports since we have a different versioning scheme compared to upstream Go-Ethereum.
This only affects Go projects which build off of Go-Ubiq (for example mining pools).
Projects will need to modify their import paths and go.mod as well.
To import Go-Ubiq use the following example:
import github.com/ubiq/go-ubiq/v3
go.mod will also need to be updated to read:
github.com/ubiq/go-ubiq/v3 v3.2.2