diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..3e33399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Version: 0.1.0 + +* [#2](https://github.com/saadmk11/redis-search-django/pull/2): Bump actions/checkout from 2 to 3 +* [#5](https://github.com/saadmk11/redis-search-django/pull/5): Create LICENSE +* [#4](https://github.com/saadmk11/redis-search-django/pull/4): Add Tests and Improvements diff --git a/setup.cfg b/setup.cfg index cc11a25..72cb88b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = redis-search-django -version = 0.0.1 +version = 0.1.0 description = Django Integration with Redis Search long_description = file: README.md long_description_content_type = text/markdown