Skip to content

Commit 94f9f34

Browse files
committed
feat(identity-provider-service): Bump version to 0.6.0
1 parent 9fd0555 commit 94f9f34

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

identity-provider-service/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3+
## 0.6.0
4+
5+
- Add optional basic authentication.
6+
37
## 0.5.6
48

5-
- Changed the submitCredential url.
9+
- Changed the submitCredential url.
610

711
## 0.5.5
12+
813
- Added improved error handling, so that the wallet can handle some of the errors
914

1015
## 0.5.2

identity-provider-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "identity-provider-service"
3-
version = "0.5.8"
3+
version = "0.6.0"
44
authors = ["Concordium AG <developers@concordium.com>"]
55
edition = "2018"
66
license-file = "../../LICENSE-APACHE"

0 commit comments

Comments
 (0)