Skip to content

Commit

Permalink
chore(main): release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] committed Sep 24, 2024
1 parent 9a0e137 commit c5dd854
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.3"
".": "3.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-ldap-authenticator</artifactId>
<version>3.3.4-SNAPSHOT</version>
<version>3.4.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit c5dd854

Please sign in to comment.