diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8c8963a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + + + +## v1.1.0 (2021-07-15) +### Feature +* Initial commit of repo ([`aa97f9d`](https://github.com/cedar-team/django-bulk-load/commit/aa97f9dd42e169538c41b599efd4056f14ef8a43)) + +### Documentation +* **readme:** Update readme grammar ([`facf45c`](https://github.com/cedar-team/django-bulk-load/commit/facf45c0d89405020709d14196300dcab17422b6)) +* Fix wording ([`81ee1b7`](https://github.com/cedar-team/django-bulk-load/commit/81ee1b716569e62d7b58e099b8628f98a0d38444)) +* Fix benchmark format ([`c9ca2a1`](https://github.com/cedar-team/django-bulk-load/commit/c9ca2a1e23e31832e5fd7e7f02bf23a294edaa3a)) +* Update readme ([`a8313c6`](https://github.com/cedar-team/django-bulk-load/commit/a8313c6d0cea2fabe4b80039957d3f5d04ad8d74)) +* Add benchmarks to readme ([`153c479`](https://github.com/cedar-team/django-bulk-load/commit/153c47908e245878c8995ce31641e2898eddda62)) +* Update readme ([`ee6641e`](https://github.com/cedar-team/django-bulk-load/commit/ee6641e3f3fc44d7e9c6cce58136b7be557992c9)) diff --git a/setup.py b/setup.py index 6e563b7..aae86a5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() -__version__ = "1.0.0" +__version__ = "1.1.0" setuptools.setup( name="django-bulk-load",