- fixed docker entrypoint exit signal handling - added clean-on-exit option to clear used dns zone
2.0.0
=====
- added Docker image - watched network interfaces can be now specified by user - container name deduplication now only drops duplicate names - single container can have multiple aliases - short id and other container aliases are now available as dns names
1.1.1
=====
- it is now possible to run multiple instances in single dns zone `2 <https://github.com/glorpen/docker-hostdns/pull/2>`__ (`dvenza <https://github.com/dvenza>`__) - added option to override default instance name for use in txt records
1.1.0
=====
- possible breaking change: changed `dnspython3` package to just `dnspython` as Py3 is now supported
1.0.4
=====
- host names are now allowed to have dots in them
1.0.3
=====
- added tests - added proper domain names coversion - added a way to keep track of hosts when adding & removing containers