diff --git a/README.md b/README.md index f5c30c1..3de3f96 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ Compare the version with the list below to check whether a breaking change was i The following is a list of breaking changes of the `netbox-docker` project: +* 0.11.0: The docker-compose file now marks volumes as shared (`:z`). This should prevent SELinux problems [#131][131] * 0.9.0: Upgrade to at least 2.1.5 * 0.8.0: Alpine linux was upgraded to 3.9 [#126][126] * 0.7.0: The value of the `MAX_PAGE_SIZE` environment variable was changed to `1000`, which is the default of Netbox. @@ -397,6 +398,7 @@ The following is a list of breaking changes of the `netbox-docker` project: [54]: https://github.com/netbox-community/netbox-docker/issues/54 [126]: https://github.com/netbox-community/netbox-docker/pull/126 +[131]: https://github.com/netbox-community/netbox-docker/pull/131 ## Rebuilding & Publishing images diff --git a/VERSION b/VERSION index 78bc1ab..d9df1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +0.11.0