Bump version to 0.3.0 and add line in README describing the breaking change.

This commit is contained in:
Grokzen 2018-05-18 21:22:05 +02:00
parent cdbfdaf361
commit 7afa9454ba
2 changed files with 2 additions and 1 deletions

View File

@ -277,6 +277,7 @@ You can check the label of your local image by running `docker inspect ninech/ne
The following is a list of breaking changes:
* 0.3.0: Field `filterable: <boolean` was replaced with field `filter_logic: loose/exact/disabled`. It will default to `CF_FILTER_LOOSE=loose` when not defined.
* 0.2.0: Re-organized paths: `/etc/netbox -> /etc/netbox/config` and `/etc/reports -> /etc/netbox/reports`. Fixes [#54](https://github.com/ninech/netbox-docker/issues/54).
* 0.1.0: Introduction of the `NETBOX_DOCKER_PROJECT_VERSION`. (Not a breaking change per se.)

View File

@ -1 +1 @@
0.2.0
0.3.0