diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3b22c..fc650ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.2 + +- Replaced IPAddressField in migration (thanks to [baster33](https://github.com/baster33)) + ## 1.0.1 - Fixed IPAddressField error (thanks to [agusmakmun](https://github.com/agusmakmun)) diff --git a/updown/__init__.py b/updown/__init__.py index 20b1830..6fd1fab 100644 --- a/updown/__init__.py +++ b/updown/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.1' +__version__ = '1.0.2' # Version synonym VERSION = __version__