diff --git a/CHANGELOG.md b/CHANGELOG.md index 826d3f0..5fd5070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ Template: # Upcoming Release +# v0.7.0 + +## Breaking Changes + +- Fix pkgs overrides not being passed to users of SelfHostBlocks. + This will require to update your flake to follow the example in the [Usage](https://shb.skarabox.com/usage.html) section. + ## New Features - Add a Grafana dashboard showing stats on backup jobs @@ -27,7 +34,6 @@ Template: - Allow to upload big files in Immich. - Only enable php-fpm Prometheus exporter if Nextcloud is enabled. -- Fix pkgs overrides not being passed to users of SelfHostBlocks. ## Other Changes diff --git a/VERSION b/VERSION index 7ceb040..bcaffe1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1 \ No newline at end of file +0.7.0 \ No newline at end of file diff --git a/docs/usage.md b/docs/usage.md index 86ae9ec..98b882a 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -30,7 +30,7 @@ Host Blocks: } ``` -::: {.info} +::: {.note} In case somehow this documentation became stale, look at the examples in [`./demo/minimal/flake.nix`](@REPO@/demo/minimal/flake.nix) which provides examples tested in CI - so assured to always be up to date -