v1.1.0
======
Added:

* (batch) input file processing : #21
* interactive user/password authentication : #16
* more validators implemented : #41
  * added DNS validator to: interface.label, network.hostnames, network.domain
* hardwareunit.label generation is now configurable : #42
  * new database/model field: cluster.machinenames (migration required)
* updated SARA -> SURFsara everywhere : #43
  Thanks to: Jaap Dijkshoorn, for reporting this.

Bugfixes:

* Multiple queries in template tag "use" now works : #44
  Thanks to: Dennis Stam, for reporting this

v1.0.1
======
Bugfixes:
* Cleaned up and fixed server side code.
  Removed some unnecessary dependancies : #30
* Fixed slow Network admin page; changed intensive database operation : #32
* Fixed bug, so that vendor code is no longer mandatory : #23
  Thanks to: Bas van der Vlies, for reporting this.
* If CLI query fails, no longer entire database is printed to shell : #35
* Removed old database migrations : #33
* Fixed PIP package install path inconsistency : #31, #40
  Thanks to: Bas van der Vlies, for reporting this.

Added:
* The CLI now also utilizes validators to check for (in)valid values : #27
  Thanks to: Bas van der Vlies, for reporting this.
* README in templates/examples : #28
* CLI now has a --version argument : #36

v1.0 -- Initial packaged release.
=================================
* From now on the config is distributed as a sample config file, which differs
  from previous config files.
  Users have to modify the sample config file to reflect their settings and
  rename it to activate the settings.   
* All extra templatetags are in a single file now, and some of them have been
  changed a little.
  Users have to check their current templates to be sure they are still working
  as expected.
* CMT is now distributed as a package, installable with pip.
