From 04c5c5e3153dea8cd1ba71e110805a25874b042f Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 25 Jun 2025 00:11:58 +0200 Subject: [PATCH] bump version to 0.3.1 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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