From 649ff345baab868ca32f1008f70458075bea1a8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:15:48 +0000 Subject: [PATCH] chore(main): release helerm 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0db4c771..5fdd8830 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d83cc27b..cab24c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/City-of-Helsinki/helerm/compare/helerm-v1.0.3...helerm-v1.1.0) (2024-12-28) + + +### Features + +* Hide all information_system attributes from es search ([#415](https://github.com/City-of-Helsinki/helerm/issues/415)) ([5035c8f](https://github.com/City-of-Helsinki/helerm/commit/5035c8f2a51c7102eecb99896859c0b8f8dfd29a)) +* Hide information_system from unauthenticated users ([#413](https://github.com/City-of-Helsinki/helerm/issues/413)) ([5b24268](https://github.com/City-of-Helsinki/helerm/commit/5b242687d570f82b14ac111db5b77e69de173de1)) +* Restrict filtering for information system for unauth users ([#414](https://github.com/City-of-Helsinki/helerm/issues/414)) ([2e38472](https://github.com/City-of-Helsinki/helerm/commit/2e384720b853559acca8b7204ee3bbe6fb36db5e)) + + +### Dependencies + +* Bump django from 4.2.16 to 4.2.17 ([7ba5dd7](https://github.com/City-of-Helsinki/helerm/commit/7ba5dd74d47981d200518fed404a2e449211e8f3)) + ## [1.0.3](https://github.com/City-of-Helsinki/helerm/compare/helerm-v1.0.2...helerm-v1.0.3) (2024-11-08)