From 88da274a7d6c0b9dfc0fc8c4dadd5958d3e085db Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 18 Mar 2021 20:13:38 -0300 Subject: [PATCH 1/2] Bump release --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index baff23b745..68e76a7fd6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ LibreSign Libre digital signature app for Nextcloud. - 2.0.5 + 2.1.0 agpl Libre Code files From f22a12c7cdc5a381c0edc5380277efbb8ae78b73 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 18 Mar 2021 20:15:39 -0300 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647244c857..f2667cbcb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ Types of changes: +## Unreleased + +### Changed + +- [#116] Backend translations, Thanks to [@vitormattos] +- [#115] Review frontend translations, Thanks to [@vitormattos] + +## [v2.0.5] - 2021-03-11 + +- [#114] Changelog, Thanks to [@vitormattos] + ## [v2.0.5] - 2021-03-11 ### Changed @@ -35,8 +46,6 @@ Types of changes: - [#105] Fix app name, description and summary, Thanks to [@vitormattos] ## [v2.0.1] - 2021-03-08 - - - [#102] Makefile and change dependency repository, Thanks to [@vitormattos] - [#101] Clean package.json, Thanks to [@vitormattos] @@ -187,3 +196,7 @@ Types of changes: [v2.0.4]: https://github.com/LibreSign/libresign/compare/v2.0.2...v2.0.4 [v2.0.2]: https://github.com/LibreSign/libresign/compare/v2.0.1...v2.0.2 [v2.0.1]: https://github.com/LibreSign/libresign/compare/v2.0.0...v2.0.1 +[#116]: https://github.com/LibreSign/libresign/pull/116 +[#115]: https://github.com/LibreSign/libresign/pull/115 +[#114]: https://github.com/LibreSign/libresign/pull/114 +[v2.0.5]: https://github.com/LibreSign/libresign/compare/v2.0.4...v2.0.5