Skip to content

Commit

Permalink
Merge branch 'main' into license
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu authored Nov 9, 2023
2 parents 4ff97a1 + cc6c643 commit 85b8252
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.0](https://github.com/statnett/k3a-ldap-authenticator/compare/v3.2.2...v3.3.0) (2023-11-07)


### Features

* release ([#5](https://github.com/statnett/k3a-ldap-authenticator/issues/5)) ([0e61da6](https://github.com/statnett/k3a-ldap-authenticator/commit/0e61da6649b2db3dc2ae9815ae2be0ae64803627))

## 1.0.0 (2020-10-23)

* Initial, internal version.
4 changes: 2 additions & 2 deletions 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.2.3-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>no.shhsoft</groupId>
<artifactId>k3a-embedded</artifactId>
<version>0.5.0+${kafka.version}</version>
<version>0.5.1+${kafka.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 85b8252

Please sign in to comment.