diff --git a/ApiVideoPlayer.podspec b/ApiVideoPlayer.podspec index 4bbc75de..a285a001 100644 --- a/ApiVideoPlayer.podspec +++ b/ApiVideoPlayer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ApiVideoPlayer' - s.version = '1.0.2' + s.version = '1.0.3' s.summary = 'The official Swift player for api.video' s.homepage = 'https://github.com/apivideo/api.video-swift-player' diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c71434..68f23365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All changes to this project will be documented in this file. +## [1.0.3] - 2022-10-27 +- Add an API to change the video id on the fly. Check out for `videoOptions`. +- Add an API to get the video size in the controller +- Publicize API on subtitles in the controller + ## [1.0.2] - 2022-10-25 - Publicize `ApiVideoPlayerController` - Add output API in `ApiVideoPlayerController` to set/remove `AVPlayerItemOutput` diff --git a/README.md b/README.md index 1837615a..b5d48874 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,12 @@ In the Project Navigator select your own project. Then select the project in the Or add this in your Package.swift ``` dependencies: [ - .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.0.2"), + .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.0.3"), ], ``` ### Cocoapods -Add `pod 'ApiVideoPlayer', '1.0.2'` in your `Podfile` +Add `pod 'ApiVideoPlayer', '1.0.3'` in your `Podfile` Run `pod install`