summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-12 03:24:32 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-12 03:24:32 +0200
commitd22964bcfd46ea4fd4860528b0c5e6f5d90812b6 (patch)
treeb78ebfe8233433f1b1de622fb07d2e62c1ab34b2
parent59314ab17d65e9579d2f29b32685b7777f2a06a1 (diff)
downloadwekan-2.21.tar.gz
wekan-2.21.tar.bz2
wekan-2.21.zip
v2.21v2.21
-rw-r--r--CHANGELOG.md13
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 17 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb2985b3..ed2af4de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# v2.21 2019-02-12 Wekan release
+
+This release adds the following new features:
+
+- [Bump salleman-oidc to 1.0.12](https://github.com/wekan/wekan/commit/352e5c6cb07b1a09ef692af6f6c49c3b1f3e91c1). Thanks to danpatdav.
+- [Added parameters for OIDC claim mapping](https://github.com/wekan/wekan/commit/bdbbb12f967f7e4f605e6c3310290180f6c8c6d1).
+ These mapping parameters take advantage of new code in salleman-oidc 1.0.12 to override the default claim names provided by the userinfo endpoint.
+ Thanks to danpatdav.
+- [Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source](https://github.com/wekan/wekan/commit/59314ab17d65e9579d2f29b32685b7777f2a06a1).
+ Thanks to xet7.
+
+Thanks to above GitHub users for their contributions.
+
# v2.20 2019-02-11 Wekan release
This release adds the following new features:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 989913b5..536a2690 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.20.0"
+appVersion: "v2.21.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 41778899..182feb88 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.20.0",
+ "version": "v2.21.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 4de89a89..c224f649 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 222,
+ appVersion = 223,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.20.0~2019-02-11"),
+ appMarketingVersion = (defaultText = "2.21.0~2019-02-12"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,