We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd0555 commit 94f9f34Copy full SHA for 94f9f34
identity-provider-service/CHANGELOG.md
@@ -1,10 +1,15 @@
1
# Changelog
2
3
+## 0.6.0
4
+
5
+- Add optional basic authentication.
6
7
## 0.5.6
8
-- Changed the submitCredential url.
9
+- Changed the submitCredential url.
10
11
## 0.5.5
12
13
- Added improved error handling, so that the wallet can handle some of the errors
14
15
## 0.5.2
identity-provider-service/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "identity-provider-service"
-version = "0.5.8"
+version = "0.6.0"
authors = ["Concordium AG <developers@concordium.com>"]
edition = "2018"
license-file = "../../LICENSE-APACHE"
0 commit comments