From 25ecb74e9452cbbba2b55326af144c4a5fa560de Mon Sep 17 00:00:00 2001 From: nathan contino Date: Fri, 6 Mar 2026 14:41:04 +0000 Subject: [PATCH] Update upgrade policy to reflect latest docs changes --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2beedca..2f538e2 100644 --- a/README.md +++ b/README.md @@ -215,11 +215,6 @@ Note: if you want to change the `FusionAuthClient` class, you have to do it on t This code is available as open source under the terms of the [Apache v2.0 License](https://opensource.org/blog/license/apache-2-0). +## Upgrade policy -## Upgrade Policy - -This library is built automatically to keep track of the FusionAuth API, and may also receive updates with bug fixes, security patches, tests, code samples, or documentation changes. - -These releases may also update dependencies, language engines, and operating systems, as we\'ll follow the deprecation and sunsetting policies of the underlying technologies that it uses. - -This means that after a dependency (e.g. language, framework, or operating system) is deprecated by its maintainer, this library will also be deprecated by us, and will eventually be updated to use a newer version. \ No newline at end of file +Versions of this library track the FusionAuth API, except for patch versions, which include client-only updates like bugfixes and dependency upgrades. For more information, see the [FusionAuth Upgrade Guide](https://fusionauth.io/docs/operate/deploy/upgrade#upgrade-a-client-library).