From 3ebeea4d6455678d74385ae9c3debc8d455a60bd Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Fri, 25 Aug 2023 08:28:47 +0200 Subject: [PATCH] docs: strategy variants ruby and dotnet sdk versions (#4570) --- website/docs/reference/strategy-variants.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/reference/strategy-variants.md b/website/docs/reference/strategy-variants.md index a1b9550946..fadbd6c56a 100644 --- a/website/docs/reference/strategy-variants.md +++ b/website/docs/reference/strategy-variants.md @@ -113,6 +113,9 @@ To make use of strategy variants, you need to use a compatible client. Client SD - [unleash-client-java](https://github.com/Unleash/unleash-client-java) (from v8.3.0) - [unleash-client-go](https://github.com/Unleash/unleash-client-go) (from v3.8.0) - [unleash-client-python](https://github.com/Unleash/unleash-client-python) (from v5.8.0) +- [unleash-client-ruby](https://github.com/Unleash/unleash-client-ruby) (from v4.5.0) +- [unleash-client-dotnet](https://github.com/Unleash/unleash-client-dotnet) (from v3.3.0) +- [unleash-client-php](https://github.com/Unleash/unleash-client-php) (from v1.13.0) - Client SDKs talking to [unleash-proxy](https://github.com/Unleash/unleash-proxy) (from v0.17.0) - Client SDKs talking to Frontend API in [unleash-server](https://github.com/Unleash/unleash) (from v5.4.0) - Unleash Playground in [unleash-server](https://github.com/Unleash/unleash) (from v5.4.0)