diff --git a/CHANGELOG.md b/CHANGELOG.md index 124eab7..55993ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2021-01-03 + ### Added * support for django-storages, @lifenautjoe & @bashu @@ -58,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Initial release [Unreleased]: https://github.com/escaped/django-video-encoding/compare/0.4.0...HEAD +[1.0.0]: https://github.com/escaped/django-video-encoding/compare/0.4.0...1.0.0 [0.4.0]: https://github.com/escaped/django-video-encoding/compare/0.3.1...0.4.0 [0.3.1]: https://github.com/escaped/django-video-encoding/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/escaped/django-video-encoding/compare/0.3.0...0.2.0 diff --git a/pyproject.toml b/pyproject.toml index fe5ef18..64b7893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-video-encoding" -version = "0.4.0" +version = "1.0.0" description = "django-video-encoding helps to convert your videos into different formats and resolutions." authors = [ "Alexander Frenzel ",