diff --git a/config/android-uploader.yaml b/config/android-uploader.yaml index a753d1fd..21218513 100644 --- a/config/android-uploader.yaml +++ b/config/android-uploader.yaml @@ -1,4 +1,6 @@ changelog: + - 1.3.6 (2024-04-25): + - Add API to get rate limiting headers - 1.3.5 (2024-03-21): - Add missing proguard rules for gson and jackson - 1.3.4 (2024-01-08): diff --git a/config/android.yaml b/config/android.yaml index 81c7aed1..855abd00 100644 --- a/config/android.yaml +++ b/config/android.yaml @@ -1,4 +1,6 @@ changelog: + - 1.5.7 (2024-04-25): + - Add API to get rate limiting headers - 1.5.6 (2024-03-21): - Add missing proguard rules for gson and jackson - 1.5.5 (2024-02-19): diff --git a/config/java.yaml b/config/java.yaml index ed871b7b..fbf96358 100644 --- a/config/java.yaml +++ b/config/java.yaml @@ -1,4 +1,6 @@ changelog: + - 1.3.3 (2024-04-25): + - Add API to get rate limiting headers - 1.3.2 (2024-02-19): - Update VideoStatusIngest enum - 1.3.1 (2023-08-10): diff --git a/config/swift5-uploader.yaml b/config/swift5-uploader.yaml index bd03a328..aa68785f 100644 --- a/config/swift5-uploader.yaml +++ b/config/swift5-uploader.yaml @@ -1,4 +1,6 @@ changelog: + - 1.2.3 (2024-04-25): + - Add API to get rate limiting headers - 1.2.2 (2023-08-25): - Fix progressive upload with upload token and video id - 1.2.1 (2023-08-10): diff --git a/config/swift5.yaml b/config/swift5.yaml index 6082f201..b3cdb9ef 100644 --- a/config/swift5.yaml +++ b/config/swift5.yaml @@ -1,4 +1,6 @@ changelog: + - 1.2.3 (2024-04-25): + - Add API to get rate limiting headers - 1.2.2 (2024-02-19): - Update VideoStatusIngest enum - 1.2.1 (2023-08-25):