From 2e108e5212c373f421f689b04a8b1d9e0fddaed2 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:09:56 +0200 Subject: [PATCH] chore(version): bump to 1.3.0 --- ApiVideoPlayer.podspec | 2 +- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ApiVideoPlayer.podspec b/ApiVideoPlayer.podspec index d5a6b695..5123d350 100644 --- a/ApiVideoPlayer.podspec +++ b/ApiVideoPlayer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ApiVideoPlayer' - s.version = '1.2.0' + s.version = '1.3.0' 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 98b8393c..c1389992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All changes to this project will be documented in this file. +## [1.3.0] - 2024-07-26 +- Use Analytics endpoint v2 +- Create a unique pbxproj + ## [1.2.0] - 2024-03-01 - Add support for private live stream - Add an API to set a custom `AVPlayerViewController` diff --git a/README.md b/README.md index 4a6da765..a61db140 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,13 @@ Or add this in your Package.swift ``` dependencies: [ - .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.2.0"), + .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.3.0"), ], ``` #### Cocoapods -Add `pod 'ApiVideoPlayer', '1.2.0'` in your `Podfile` +Add `pod 'ApiVideoPlayer', '1.3.0'` in your `Podfile` Run `pod install`