From 0a999d3f6cc2e7959a8fb73c7c25059119ea3065 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 14 Jul 2022 13:46:51 -0400 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecab733c8..011c082a3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ yarn add @thornbill/jellyfin-sdk | SDK Version | Jellyfin Version | |:-:|:-:| -| 0.5.0 | 10.8.x | +| 0.6.0 | 10.8.1 | +| 0.5.0 | 10.8.0 | | <0.5.0 | 10.7.x | ### React Native @@ -99,6 +100,11 @@ await api.logout(); ## Breaking Changes +### v0.6.0 + +* Updated OpenAPI spec for Jellyfin 10.8.1. + [#208](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/208) + ### v0.5.0 * Build directory is now `lib` instead of `dist`.