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

Commit

Permalink
Release v1.6.2
Browse files Browse the repository at this point in the history
- Added custom error handler for not allowed method.
- Used HSAuth library
- Bumped libraries
- Deleted `computeSharedKey` function from `Cryptography` utils object
- Changed `getAll` endpoint to `sync` in `UserClient` when re-encoding ciphers
- Added support for disabling sending emails when user logged from a new device
  • Loading branch information
M3DZIK committed May 19, 2024
1 parent ed20312 commit 8d8ff40
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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</version>
</parent>

<artifactId>shared</artifactId>
Expand Down

0 comments on commit 8d8ff40

Please # to comment.