diff --git a/ApiVideoLiveStream.podspec b/ApiVideoLiveStream.podspec index 6141228..0a19e19 100644 --- a/ApiVideoLiveStream.podspec +++ b/ApiVideoLiveStream.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "ApiVideoLiveStream" - spec.version = "1.4.4" + spec.version = "1.4.5" spec.summary = "The api.video live stream framework allow easy integration of a live stream broadcast into your application." spec.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3130c..5405974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All changes to this project will be documented in this file. +## [1.4.5] - 2024-10-04 +- Add an API to get the zoom ratio range +- Fix zoom ratio max value + ## [1.4.4] - 2024-09-11 - Upgrade HaishinKit to 1.9.3 diff --git a/README.md b/README.md index cfb8f4e..602739b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ https://github.com/api.video-swift-live-stream Or add this in your Package.swift ``` dependencies: [ - .package(url: "https://github.com/api.video-swift-live-stream.git", from: "1.4.4"), + .package(url: "https://github.com/api.video-swift-live-stream.git", from: "1.4.5"), ], ``` @@ -56,14 +56,14 @@ Or add this in your Package.swift 1. Add the following entry to your Podfile: ```swift -pod 'ApiVideoLiveStream', '1.4.4' +pod 'ApiVideoLiveStream', '1.4.5' ``` 2. Then run `pod install` 3. Don’t forget to import `ApiVideoLiveStream` in every file you’d like to use api.video live stream library #### Carthage ``` -github "apivideo/ApiVideoLiveStream.swift" ~> 1.4.4 +github "apivideo/ApiVideoLiveStream.swift" ~> 1.4.5 ``` ### Permissions