Skip to content

Commit ca52a05

Browse files
authored
Merge pull request #866 from LibreSign/changelog
Bump version
2 parents 0e3a41d + 58a1d74 commit ca52a05

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515
<!-- changelog-linker -->
16+
## 4.1.2 - 2022-07-30
17+
18+
# Fixed
19+
- Use escapeshellarg to fix path of file
20+
- bump PHP dependencies
21+
1622
## 4.1.1 - 2022-05-05
1723

1824
# Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
]]>
1212
</description>
13-
<version>4.1.1</version>
13+
<version>4.1.2</version>
1414
<licence>agpl</licence>
1515
<author mail="[email protected]" homepage="https://librecode.coop">Libre Code</author>
1616
<documentation>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libresign",
33
"description": "A app for signing documents",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)