Skip to content

Commit

Permalink
docs: add deprecation notice for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
worg committed Apr 11, 2021
1 parent 1509067 commit 100d4b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 100d4b7

Please sign in to comment.