From 2a344b8f331d4f686dbcfa81a569ef8144db317b Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Fri, 13 Dec 2019 18:51:41 +0700 Subject: [PATCH] docs: on stability --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cac144..fb9fc8c 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,7 @@ $token = $jwt->encode(['a' => 1, 'exp' => time() + 1000], ['kid' => 'key3']); ## Stabillity -Although not yet in v1.0, but the library and the API it provides is pretty stable and will not be changed too broadly. - +The library is now marked at version `1.*.*` as being stable in functionality and API. ### Integration