Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
Changelog:
- Updated default docker compose config
- Updated email templates
- Added sending email after successful login
- Updated API domain to librepass.org
- Fixed COPS rule for "PATCH" method
  • Loading branch information
M3DZIK committed Dec 16, 2023
1 parent 1f4c000 commit 6a1df8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.medzik.librepass</groupId>
<artifactId>core</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<artifactId>client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>dev.medzik.librepass</groupId>
<artifactId>core</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>LibrePass</name>
<description>The core LibrePass infrastructure</description>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.medzik.librepass</groupId>
<artifactId>core</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<artifactId>server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.medzik.librepass</groupId>
<artifactId>core</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>

<artifactId>shared</artifactId>
Expand Down

0 comments on commit 6a1df8e

Please # to comment.