diff --git a/README.md b/README.md index 9fa0dc0..4388116 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# Latest version is V3 + +*V2 is no longer supported* + +Migrate by updating your imports from `github.com/go-stomp/stomp` to `github.com/go-stomp/stomp/v3` + +[V3 Docs](https://pkg.go.dev/github.com/go-stomp/stomp/v3) + +--- + # stomp Go language implementation of a STOMP client library.