diff --git a/README.md b/README.md index b68b8af..8fa7734 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ This library is considered production ready. Feedback and feature requests are This project uses [Semantic Versioning 2.0.0](http://semver.org). Accepted pull requests will land on `master`. Periodically, versions will be tagged from `master`. You can find all the releases on [the project releases page](https://github.com/dgrijalva/jwt-go/releases). +While we try to make it obvious when we make breaking changes, there isn't a great mechanism for pushing announcements out to users. You may want to use this alternative package include: `gopkg.in/dgrijalva/jwt-go.v2`. It will do the right thing WRT semantic versioning. + ## More Documentation can be found [on godoc.org](http://godoc.org/github.com/dgrijalva/jwt-go).