diff --git a/README.md b/README.md index 5430ccfd..454f2957 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ JavaScript libraries, such as [underscore.js](http://underscorejs.org/). There are two active major versions of the `sprig` package. -* v3 is currently under development on the `master` branch. The Go API should +* v3 is currently stable release series on the `master` branch. The Go API should remain compatible with v2, the current stable version. Behavior change behind some functions is the reason for the new major version. -* v2 is the current stable release series. It has been more than three years since +* v2 is the previous stable release series. It has been more than three years since the initial release of v2. You can read the documentation and see the code on the [release-2](https://github.com/Masterminds/sprig/tree/release-2) branch. Bug fixes to this major version will continue for some time.