Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-18 14:46:01 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-18 14:46:01 +0300
commit1466fc1b5c6ebd65a98d8407c7915540980d7c93 (patch)
tree35d0655feb5d4a64dea6a3fc457d7061cf6d8b43
parent209ab64c2e450c9f648993dac7c904e9b3f480a4 (diff)
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 023e2a9..e4e9824 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 5.0.0 – 2022-10-18
+### Added
+- Added support for JWT [See documentation](https://github.com/nextcloud/external/blob/master/docs/jwt-sample.php)
+
## 4.1.0 – 2022-09-14
### Fixed
- Use rawurlencode to encode the URL parameters
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9cb5a5e..59d033c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ It is also possible to add links only for a given language, device type or user
More information is available in the External sites documentation.]]></description>
- <version>4.2.0</version>
+ <version>5.0.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>