From c5dd854c07c53b1fba1a96d2348ab37dbea09bdc Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:21:54 +0000 Subject: [PATCH] chore(main): release 3.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pom.xml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8c468b9..9dc6cef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.3" + ".": "3.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f04788..a27b67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.4.0](https://github.com/statnett/k3a-ldap-authenticator/compare/v3.3.3...v3.4.0) (2024-09-24) + + +### Features + +* add support for prefixed resources for Group principals ([#73](https://github.com/statnett/k3a-ldap-authenticator/issues/73)) ([689916c](https://github.com/statnett/k3a-ldap-authenticator/commit/689916c1ce46bb56f45d8a8fb85ae1ce9e4c6c38)) + + +### Bug Fixes + +* log resource when doing group-based override ([#74](https://github.com/statnett/k3a-ldap-authenticator/issues/74)) ([88e7458](https://github.com/statnett/k3a-ldap-authenticator/commit/88e7458de9f61188dfb9b1174840afe4291dde2c)) + ## [3.3.3](https://github.com/statnett/k3a-ldap-authenticator/compare/v3.3.2...v3.3.3) (2024-08-14) diff --git a/pom.xml b/pom.xml index 71e7038..950ccf3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.statnett.k3a k3a-ldap-authenticator - 3.3.4-SNAPSHOT + 3.4.0 jar ${project.groupId}:${project.artifactId}