Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>

[skip ci]
  • Loading branch information
vitormattos committed Jul 24, 2024
1 parent 86ef433 commit 2ac7e91
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 4 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,60 @@ Types of changes:

<!-- changelog-linker -->

## 9.2.3 - 2024-07-24
### New feature
feat: implement support to devcontainer [3398](https://github.com/LibreSign/libresign/pull/3398)
feat: implement endpoint to disable hate limit [3394](https://github.com/LibreSign/libresign/pull/3394)

### Changes
chore: add tsconfig by @Any97Cris [3445](https://github.com/LibreSign/libresign/pull/3445)
chore: remove unecessary string [3418](https://github.com/LibreSign/libresign/pull/3418)
chore: remove unecessary var [3414](https://github.com/LibreSign/libresign/pull/3414)
chore: replace way to identify Alpine Linux [3390](https://github.com/LibreSign/libresign/pull/3390)
chore: prevent error when try to delete user that haven't uid [3392](https://github.com/LibreSign/libresign/pull/3392)
chore: changelog [3369](https://github.com/LibreSign/libresign/pull/3369)
chore: changelog [3363](https://github.com/LibreSign/libresign/pull/3363)
chore: changelog [3356](https://github.com/LibreSign/libresign/pull/3356)

### Fixes
fix: imporve validation [3438](https://github.com/LibreSign/libresign/pull/3438)
fix: cfsslUri is optional value [3440](https://github.com/LibreSign/libresign/pull/3440)
fix: run test in separated proccess [3442](https://github.com/LibreSign/libresign/pull/3442)
fix: route verb [3428](https://github.com/LibreSign/libresign/pull/3428)
fix: name of button after generate OpenSSL certificate [3430](https://github.com/LibreSign/libresign/pull/3430)
fix: prevent error when use relative path [3419](https://github.com/LibreSign/libresign/pull/3419)
fix: set linux distro before validate downloaded files [3416](https://github.com/LibreSign/libresign/pull/3416)
fix: check if certificate was generated [3408](https://github.com/LibreSign/libresign/pull/3408)
fix: resynchronize database sequences [3402](https://github.com/LibreSign/libresign/pull/3402)
fix: use linux distro when build [3367](https://github.com/LibreSign/libresign/pull/3367)
fix: Java setup [3360](https://github.com/LibreSign/libresign/pull/3360)
fix: setup at alpine [3354](https://github.com/LibreSign/libresign/pull/3354)

## 8.2.4 - 2024-07-24
### New feature
* feat: implement support to devcontainer [3397](https://github.com/LibreSign/libresign/pull/3397)
* feat: implement endpoint to disable hate limit [3393](https://github.com/LibreSign/libresign/pull/3393)

### Changes
* chore: add tsconfig by @Any97Cris [3444](https://github.com/LibreSign/libresign/pull/3444)
* chore: remove unecessary string [3420](https://github.com/LibreSign/libresign/pull/3420)
* chore: remove unecessary var [3413](https://github.com/LibreSign/libresign/pull/3413)
* chore: prevent error when try to delete user that haven't uid [3391](https://github.com/LibreSign/libresign/pull/3391)
* chore: replace way to identify Alpine Linux [3389](https://github.com/LibreSign/libresign/pull/3389)

### Fixes
* fix: imporve validation [3437](https://github.com/LibreSign/libresign/pull/3437)
* fix: cfsslUri is optional value [3439](https://github.com/LibreSign/libresign/pull/3439)
* fix: run test in separated proccess [3441](https://github.com/LibreSign/libresign/pull/3441)
* fix: name of button after generate OpenSSL certificate [3429](https://github.com/LibreSign/libresign/pull/3429)
* fix: prevent error when use relative path [3417](https://github.com/LibreSign/libresign/pull/3417)
* fix: set linux distro before validate downloaded files [3415](https://github.com/LibreSign/libresign/pull/3415)
* fix: check if certificate was generated [3407](https://github.com/LibreSign/libresign/pull/3407)
* fix: resynchronize database sequences [3401](https://github.com/LibreSign/libresign/pull/3401)
* fix: use linux distro when build [3366](https://github.com/LibreSign/libresign/pull/3366)
* fix: Java setup [3361](https://github.com/LibreSign/libresign/pull/3361)
* fix: setup at alpine [3353](https://github.com/LibreSign/libresign/pull/3353)

## 9.2.2 - 2024-07-12
### Fixes
* fix: use linux distro when build [3367]https://github.com/LibreSign/libresign/pull/3367
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
* [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
]]></description>
<version>9.2.2</version>
<version>9.2.3</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "9.2.2",
"version": "9.2.3",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 2ac7e91

Please sign in to comment.