diff --git a/CHANGELOG.md b/CHANGELOG.md index dda2693..acadce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,14 +16,25 @@ Template: # Upcoming Release +# v0.3.1 + ## Breaking Changes - Default version of Nextcloud is now 30. +- Disable memories app on Nextcloud because it is broken. ## New Features - Add patchNixpkgs function and pre-patched patchedNixpkgs output. +## Fixes + +- Fix secrets passing to Nextcloud service after update. + +## Other Changes + +- Bump nixpkgs to https://github.com/NixOS/nixpkgs/commit/216207b1e58325f3590277d9102b45273afe9878 + # v0.3.0 ## New Features diff --git a/VERSION b/VERSION index 9325c3c..a2268e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file