Skip to content

Commit

Permalink
ci: Prepare release 3.1.0 (#76)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.rst

* Update __init__.py
  • Loading branch information
fsbraun authored Dec 6, 2023
1 parent 9f9addc commit 627e4b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog
=========

3.1.0 (2022-12-06)
==================

## What's Changed
* Add GitHub Actions by @crydotsnake in https://github.com/django-cms/djangocms-video/pull/61
* Add requirement files by @crydotsnake in https://github.com/django-cms/djangocms-video/pull/62
* Plugin code block must be identifiable by CSS by @macolo in https://github.com/django-cms/djangocms-video/pull/64
* Create PR template by @Kaushal-Dhungel in https://github.com/django-cms/djangocms-video/pull/65
* FEATURE: adjust setup metadata by @crydotsnake in https://github.com/django-cms/djangocms-video/pull/67
* feat: Add migrations for Django 4.2 by @mogoh in https://github.com/django-cms/djangocms-video/pull/73

## New Contributors
* @crydotsnake made their first contribution in https://github.com/django-cms/djangocms-video/pull/61
* @macolo made their first contribution in https://github.com/django-cms/djangocms-video/pull/64
* @Kaushal-Dhungel made their first contribution in https://github.com/django-cms/djangocms-video/pull/65
* @mogoh made their first contribution in https://github.com/django-cms/djangocms-video/pull/73

**Full Changelog**: https://github.com/django-cms/djangocms-video/compare/3.0.0...3.1.0

3.0.0 (2020-09-02)
==================
Expand Down
2 changes: 1 addition & 1 deletion djangocms_video/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.0'
__version__ = '3.1.0'

0 comments on commit 627e4b3

Please sign in to comment.