Skip to content

Commit

Permalink
Merge pull request #26 from saadmk11/release-0.8.4
Browse files Browse the repository at this point in the history
Release 0.8.4
  • Loading branch information
saadmk11 authored Feb 4, 2021
2 parents 9946ba3 + 940209f commit 677a51d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version: 0.8.4

* [#23](https://github.com/saadmk11/django-newsfeed/pull/23): Bump django from 3.1.4 to 3.1.5
* [#24](https://github.com/saadmk11/django-newsfeed/pull/24): Bump coverage from 5.3.1 to 5.4
* [#18](https://github.com/saadmk11/django-newsfeed/pull/18): Bump django from 3.1.2 to 3.1.3
* [#16](https://github.com/saadmk11/django-newsfeed/pull/16): Bump django from 3.1.1 to 3.1.2
* [#17](https://github.com/saadmk11/django-newsfeed/pull/17): Bump model-bakery from 1.1.1 to 1.2.0
* [#20](https://github.com/saadmk11/django-newsfeed/pull/20): Bump model-bakery from 1.2.0 to 1.2.1
* [#21](https://github.com/saadmk11/django-newsfeed/pull/21): Bump django from 3.1.3 to 3.1.4
* [#22](https://github.com/saadmk11/django-newsfeed/pull/22): Bump coverage from 5.3 to 5.3.1
* [#25](https://github.com/saadmk11/django-newsfeed/pull/25): Don't add same message twice on unsubscribe view


# Version: 0.8.3

* [#12](https://github.com/saadmk11/django-newsfeed/pull/12): Added Changelog CI Badge to Readme
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-newsfeed',
version='0.8.3',
version='0.8.4',
description="""A news curator and newsletter subscription package for django""",
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 677a51d

Please sign in to comment.