Skip to content

Commit

Permalink
Merge pull request #39 from apivideo/watermark-and-clip
Browse files Browse the repository at this point in the history
feat(all): add watermarks & video clips
  • Loading branch information
bot-api-video committed Jan 13, 2022
2 parents 53787a8 + 3fe98ee commit 9de1127
Show file tree
Hide file tree
Showing 35 changed files with 1,721 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update readme.io documentation
on:
push:
branches:
- master
- main
jobs:
update-documentation:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All changes to this project will be documented in this file.

## [1.2.0] - 2022-01-07
- Add watermark endpoints
- Add video clips
- Fix tags[] query parameter format of GET /videos
- Correctly distinguish between "undefined", "defined" and "null" values if the playerId parameter of PATCH /videos/{videoId}

## [1.1.0] - 2021-12-06
- Add `name` attribute in player themes

Expand Down
227 changes: 121 additions & 106 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apivideo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""


__version__ = "1.1.0"
__version__ = "1.2.0"

# import ApiVideoClient
from apivideo.auth_api_client import AuthenticatedApiClient
Expand Down
Loading

0 comments on commit 9de1127

Please sign in to comment.